<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Python Sucks</title><description>Why is Python so great?</description><link>https://blog.storv.us/</link><item><title>Why Numbers Behave Differently from Lists</title><link>https://blog.storv.us/en/posts/python-inside/change-number-like-list/</link><guid isPermaLink="true">https://blog.storv.us/en/posts/python-inside/change-number-like-list/</guid><description>It almost looks as if Python somehow &apos;links&apos; variables together. But that&apos;s not what&apos;s happening.</description><pubDate>Wed, 17 Jun 2026 17:17:17 GMT</pubDate></item><item><title>Identity and Equality in Python</title><link>https://blog.storv.us/en/posts/python-inside/is-vs-equal/</link><guid isPermaLink="true">https://blog.storv.us/en/posts/python-inside/is-vs-equal/</guid><description>If you ask a beginner what the difference is between is and ==, you&apos;ll often hear something like `==` compares values, while `is` compares references.</description><pubDate>Mon, 22 Jun 2026 15:41:15 GMT</pubDate></item><item><title>Why Does a List Change in Two Variables?</title><link>https://blog.storv.us/en/posts/python-inside/list-of-two-variables/</link><guid isPermaLink="true">https://blog.storv.us/en/posts/python-inside/list-of-two-variables/</guid><description>In the previous article, we learned that variables in Python don&apos;t store data themselves. Instead, a name simply refers to an object. With numbers, this feels quite intuitive. But as soon as we start working with lists, Python&apos;s behavior often surprises people.</description><pubDate>Wed, 10 Jun 2026 20:58:08 GMT</pubDate></item><item><title>Mutable and Immutable Objects in Python</title><link>https://blog.storv.us/en/posts/python-inside/mutable-immutable/</link><guid isPermaLink="true">https://blog.storv.us/en/posts/python-inside/mutable-immutable/</guid><description>Python divides all objects into two large groups. The first group is called mutable objects. The second is immutable objects.</description><pubDate>Sat, 20 Jun 2026 14:35:26 GMT</pubDate></item><item><title>What Really Happens When You Write x = 10</title><link>https://blog.storv.us/en/posts/python-inside/x-equal-ten/</link><guid isPermaLink="true">https://blog.storv.us/en/posts/python-inside/x-equal-ten/</guid><description>At first glance it sounds obvious. We imagine a variable as a box in memory where you put a value. But Python works a little differently - and understanding that difference explains a lot.</description><pubDate>Wed, 03 Jun 2026 20:03:01 GMT</pubDate></item></channel></rss>