<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Vivek Shukla - Python</title>
      <link>https://vshukla.com/tags/python/</link>
      <description>I am a Software Engineer from India. I am currently building Daestro. I work in Rust, Javascript and Python.</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://vshukla.com/tags/python/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sun, 26 Jul 2026 19:28:01 +0000</lastBuildDate><item>
              <title>Python Poetry Cheat Sheet</title>
              <pubDate>Mon, 30 Oct 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/poetry-cheat-sheet/</link>
              <guid>https://vshukla.com/tech/poetry-cheat-sheet/</guid>
              <description xml:base="https://vshukla.com/tech/poetry-cheat-sheet/">Poetry is an amazing tool for dependancy management in Python, it solves a lot of problems of pip. Here in this Poetry Cheat Sheet we have useful commands that we may need frequently.</description>
          </item><item>
              <title>pyenv Cheat Sheet</title>
              <pubDate>Sun, 22 Oct 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/pyenv-cheat-sheet/</link>
              <guid>https://vshukla.com/tech/pyenv-cheat-sheet/</guid>
              <description xml:base="https://vshukla.com/tech/pyenv-cheat-sheet/">pyenv is Python version management tool, it lets you easily switch between multiple versions of Python. Here is the pyenv cheat sheet of all the basic commands list.</description>
          </item><item>
              <title>How to convert datetime to different timezone in Python using pytz</title>
              <pubDate>Tue, 20 Jun 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/convert-datetime-to-different-timezone-in-python-pytz/</link>
              <guid>https://vshukla.com/tech/convert-datetime-to-different-timezone-in-python-pytz/</guid>
              <description xml:base="https://vshukla.com/tech/convert-datetime-to-different-timezone-in-python-pytz/">Convert datetime to different timezone in Python using pytz.</description>
          </item><item>
              <title>Master Python Interview Questions with Answers</title>
              <pubDate>Mon, 22 May 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/master-python-interview-questions-with-answers/</link>
              <guid>https://vshukla.com/tech/master-python-interview-questions-with-answers/</guid>
              <description xml:base="https://vshukla.com/tech/master-python-interview-questions-with-answers/">Prepare for Python interview questions using this extensive list of questions and answers. This list takes you from beginner to intermediate to advanced level of python concepts in question-answer format.</description>
          </item><item>
              <title>LeetCode 347: Top K Frequent Elements | Python</title>
              <pubDate>Fri, 12 May 2023 00:00:00 +0000</pubDate>
              <author>Vivek Shukla</author>
              <link>https://vshukla.com/tech/leetcode-347-top-k-frequent-elements-python/</link>
              <guid>https://vshukla.com/tech/leetcode-347-top-k-frequent-elements-python/</guid>
              <description xml:base="https://vshukla.com/tech/leetcode-347-top-k-frequent-elements-python/">Leetcode 347: You are given an array nums and an integer k, you need to return k most frequent elements.</description>
          </item></channel>
</rss>