<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>shubham's space on the internet</title><link>https://shubxam.in/</link><description>Recent content on shubham's space on the internet</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 07 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://shubxam.in/index.xml" rel="self" type="application/rss+xml"/><item><title>Reach Out to Me, Encrypted</title><link>https://shubxam.in/posts/2025/09/reach-out-to-me-encrypted/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><guid>https://shubxam.in/posts/2025/09/reach-out-to-me-encrypted/</guid><description/></item><item><title>now</title><link>https://shubxam.in/now/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://shubxam.in/now/</guid><description>&lt;p&gt;inspired by &lt;a href="https://sive.rs/now2"&gt;sive.rs&amp;rsquo;s /now page movement&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Today I Learned</title><link>https://shubxam.in/til/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://shubxam.in/til/</guid><description>&lt;h2 id="today-i-learned"&gt;Today I learned&lt;/h2&gt;
&lt;p&gt;2025/06/05&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;python else clause&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;python else clause can be used alongside loops and try-except statements as well.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;else&lt;/code&gt; statement executes after a loop, if the loop didn&amp;rsquo;t encounter a &lt;code&gt;break&lt;/code&gt; statement.&lt;/li&gt;
&lt;li&gt;within the &lt;code&gt;try-except-else-finally&lt;/code&gt; clause, if no exception are raised within the try block, then &lt;code&gt;else&lt;/code&gt; statement executes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;python objects and references&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Assignment operator creates/stores a reference to original object. Slicing a list creates a new object.&lt;/li&gt;
&lt;li&gt;during shallow copy, new outer object is created but inner objects are referenced from main object.&lt;/li&gt;
&lt;li&gt;during deep copy, outer object as well as inner objects are newly created.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;2025/05/30&lt;/p&gt;</description></item></channel></rss>