<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>computer-science on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/computer-science/</link><description>Recent content in computer-science on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 14 Jan 2023 20:15:40 +0400</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/computer-science/index.xml" rel="self" type="application/rss+xml"/><item><title>Buffer</title><link>https://jaaved.netlify.app/notes/202104051114-buffer/</link><pubDate>Sat, 14 Jan 2023 20:15:40 +0400</pubDate><guid>https://jaaved.netlify.app/notes/202104051114-buffer/</guid><description>Semantic meaning # https://merriam-webster.com/dictionary/buffer
any of various devices or pieces of material for reducing shock or damage due to contact a means or device used as a cushion against the shock of fluctuations in business or financial activity a substance capable in solution of neutralizing both acids and bases and thereby maintaining the original acidity or basicity of the solution also : a solution containing such a substance a section of computer memory for temporarily storing information especially : one that accepts information at one rate and delivers it at another The streaming video feed continues to download into the buffer while the computer starts playing the movie.</description></item><item><title>expression</title><link>https://jaaved.netlify.app/notes/expression--20220329-104809/</link><pubDate>Mon, 04 Apr 2022 10:30:20 +0300</pubDate><guid>https://jaaved.netlify.app/notes/expression--20220329-104809/</guid><description> Summary # An expression evaluates to a value.
expression vs statement # Though this isn&amp;rsquo;t related to Python:
An expression evaluates to a value. A statement does something.
&amp;gt;&amp;gt;&amp;gt; x + 2 # an expression &amp;gt;&amp;gt;&amp;gt; x = 1 # a statement &amp;gt;&amp;gt;&amp;gt; y = x + 1 # a statement &amp;gt;&amp;gt;&amp;gt; print y # a statement (in 2.x) 2
more good answers here #</description></item></channel></rss>