<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Python Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/python/</link>
    <description>Recent content in Python Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python Cheatsheet 01 — asyncio Essentials</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/01-asyncio-essentials-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/01-asyncio-essentials-cheatsheet/</guid>
      <description>asyncio essentials — event loop, tasks, gather, TaskGroup, timeouts.</description>
    </item>
    <item>
      <title>Python Cheatsheet 02 — Type Hints (Modern)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/02-type-hints-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/02-type-hints-cheatsheet/</guid>
      <description>Modern Python typing — PEP 604, PEP 695, generics, protocols, TypedDict.</description>
    </item>
    <item>
      <title>Python Cheatsheet 03 — Dataclasses and attrs</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/03-dataclasses-attrs-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/03-dataclasses-attrs-cheatsheet/</guid>
      <description>Python dataclasses vs attrs — when each fits, frozen, slots, post_init.</description>
    </item>
    <item>
      <title>Python Cheatsheet 04 — Decorators and Context Managers</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/04-decorators-context-managers-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/04-decorators-context-managers-cheatsheet/</guid>
      <description>Python decorators and context managers — sync, async, contextlib.</description>
    </item>
    <item>
      <title>Python Cheatsheet 05 — Iterators, Generators, and Comprehensions</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/05-iterators-generators-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/05-iterators-generators-cheatsheet/</guid>
      <description>Python iteration patterns — generators, comprehensions, itertools.</description>
    </item>
    <item>
      <title>Python Cheatsheet 06 — uv Packaging and Workflow</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/06-uv-packaging-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/06-uv-packaging-cheatsheet/</guid>
      <description>uv cheatsheet — projects, dependencies, lockfile, build, publish.</description>
    </item>
    <item>
      <title>Python Cheatsheet 07 — pytest Essentials</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/07-pytest-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/07-pytest-cheatsheet/</guid>
      <description>pytest cheatsheet — fixtures, parametrize, marks, plugins, async.</description>
    </item>
    <item>
      <title>Python Cheatsheet 08 — Logging with structlog</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/08-structlog-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/08-structlog-cheatsheet/</guid>
      <description>structlog cheatsheet — structured logging, contextvars, processors.</description>
    </item>
    <item>
      <title>Python Cheatsheet 09 — Profiling (py-spy, cProfile, scalene)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/09-profiling-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/09-profiling-cheatsheet/</guid>
      <description>Python profiling cheatsheet — cProfile, py-spy, scalene, memory profiling.</description>
    </item>
    <item>
      <title>Python Cheatsheet 10 — pathlib (Modern File Paths)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/10-pathlib-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/10-pathlib-cheatsheet/</guid>
      <description>pathlib cheatsheet — file paths the modern way.</description>
    </item>
    <item>
      <title>Python Cheatsheet 11 — datetime, zoneinfo, and Time</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/11-datetime-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/11-datetime-cheatsheet/</guid>
      <description>Python datetime cheatsheet — timezones, parsing, formatting, arithmetic.</description>
    </item>
    <item>
      <title>Python Cheatsheet 12 — Standard Library Highlights</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/12-stdlib-highlights-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/12-stdlib-highlights-cheatsheet/</guid>
      <description>Python stdlib highlights — collections, json, os, sys, subprocess.</description>
    </item>
    <item>
      <title>Python Cheatsheet 13 — httpx (Sync &#43; Async HTTP Client)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/13-httpx-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/13-httpx-cheatsheet/</guid>
      <description>httpx cheatsheet — modern HTTP client with sync and async APIs.</description>
    </item>
    <item>
      <title>Python Cheatsheet 14 — CLI Tools (Typer / Click / argparse)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/14-cli-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/14-cli-cheatsheet/</guid>
      <description>Python CLI cheatsheet — Typer, Click, argparse.</description>
    </item>
    <item>
      <title>Python Cheatsheet 15 — stdlib logging Configuration</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/15-logging-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/15-logging-cheatsheet/</guid>
      <description>Python stdlib logging — setup, handlers, formatters, JSON output.</description>
    </item>
    <item>
      <title>Python Cheatsheet 16 — Sets, Dicts, and Common Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/16-sets-dicts-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/16-sets-dicts-cheatsheet/</guid>
      <description>Python sets and dicts cheatsheet — operations, comprehensions, common patterns.</description>
    </item>
    <item>
      <title>Python Cheatsheet 17 — Strings, f-strings, and Encoding</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/17-strings-encoding-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/17-strings-encoding-cheatsheet/</guid>
      <description>Python strings cheatsheet — f-strings, encoding, slicing, common methods.</description>
    </item>
    <item>
      <title>Python Cheatsheet 18 — Exceptions and Error Handling</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/18-exceptions-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/18-exceptions-cheatsheet/</guid>
      <description>Python exception handling — try/except/finally, ExceptionGroup, custom exceptions.</description>
    </item>
    <item>
      <title>Python Cheatsheet 19 — Testing Patterns Beyond pytest Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/19-testing-patterns-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/19-testing-patterns-cheatsheet/</guid>
      <description>Advanced Python testing — mock, snapshot, property-based, factory.</description>
    </item>
    <item>
      <title>Python Cheatsheet 20 — Modern Project Setup (uv &#43; ruff &#43; mypy &#43; pytest)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/python/20-project-setup-cheatsheet/</link>
      <pubDate>Sun, 17 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/python/20-project-setup-cheatsheet/</guid>
      <description>Modern Python project setup — uv, ruff, mypy, pytest, pyproject.toml.</description>
    </item>
  </channel>
</rss>
