Python cheatsheets for everyday tasks: async, packaging, typing, profiling, stdlib patterns.
Python Cheatsheet 11 — datetime, zoneinfo, and Time
Cheatsheet: datetime, zoneinfo, ISO 8601, timezone conversion, common pitfalls.
Python cheatsheets for everyday tasks: async, packaging, typing, profiling, stdlib patterns.
Cheatsheet: datetime, zoneinfo, ISO 8601, timezone conversion, common pitfalls.
Cheatsheet: collections, json, os, sys, subprocess, secrets, hashlib, hmac.
Cheatsheet: httpx Client / AsyncClient, requests, timeouts, retries, streaming.
Cheatsheet: Typer for modern CLIs, Click for power users, argparse for stdlib.
Cheatsheet: basicConfig, named loggers, handlers, formatters, dictConfig.
Cheatsheet: set/dict operations, merging, grouping, set ops.
Cheatsheet: f-string formatting, str methods, bytes/str, encoding, regex basics.
Cheatsheet: try/except/else/finally, raise from, ExceptionGroup, custom hierarchies.
Cheatsheet: unittest.mock, freezegun, snapshot, hypothesis, factory_boy.
Cheatsheet: full pyproject.toml, pre-commit, GitHub Actions, layout, conventions.