{"@attributes":{"version":"2.0"},"channel":{"title":"Advik","link":"https:\/\/advik.one\/","description":"Recent content on Advik","image":{"title":"Advik","url":"https:\/\/advik.one\/apple-touch-icon.png","link":"https:\/\/advik.one\/apple-touch-icon.png"},"generator":"Hugo -- gohugo.io","lastBuildDate":"Tue, 28 Feb 2023 01:02:33 +0530","item":[{"title":"How does the for loop work in Python?","link":"https:\/\/advik.one\/posts\/for-loop\/","pubDate":"Tue, 28 Feb 2023 01:02:33 +0530","guid":"https:\/\/advik.one\/posts\/for-loop\/","description":"Most container objects in Python can be looped over using a\u00a0for\u00a0statement.\nBehind the scenes, the for statement calls the built-in iter() function on the container object which returns an iterator.\nThe iterator object has the __next__() method which is used to access elements in the container one at a time.\nWhen there are no more elements left, __next__() raises the StopIteration exception which tells the for loop that we&rsquo;re done."},{"title":"About Me","link":"https:\/\/advik.one\/about\/","pubDate":"Fri, 24 Feb 2023 11:25:33 +0530","guid":"https:\/\/advik.one\/about\/","description":"{ &#34;Name&#34;: &#34;Advik&#34;, &#34;Location&#34;: &#34;New Delhi, India&#34;, &#34;Occupation&#34;: &#34;Software Engineer&#34;, &#34;Hobbies&#34;: [ &#34;Breathing&#34;, &#34;Programming&#34;, &#34;Finance&#34;, &#34;Reading about random things&#34;, ], &#34;Tech Stack&#34; : { &#34;Comfortable&#34;: [ &#34;Python&#34;, &#34;Django&#34;, &#34;FastAPI&#34;, &#34;Scrapy&#34;, &#34;PostgreSQL&#34; ], &#34;Learning&#34; : [ &#34;Go&#34; ], &#34;Interested&#34;: [ &#34;Elixir&#34;, &#34;Rust&#34;, &#34;Web Assembly&#34; ] } } "},{"title":"I created a blog (finally)","link":"https:\/\/advik.one\/posts\/first\/","pubDate":"Fri, 24 Feb 2023 10:22:23 +0530","guid":"https:\/\/advik.one\/posts\/first\/","description":"This is not my first attempt at starting a blog (not even the second). Honestly, I&rsquo;ve lost count of how many times I thought of starting a blog, and then got lost configuring the theme but never got around to actually writing something, anything.\nBeing able to express your thoughts into words is an important skill, and to do that you need to write more.\nSo here I am, writing my first ever blog post."}]}}