Python cheatsheets for everyday tasks: async, packaging, typing, profiling, stdlib patterns.
Python Cheatsheet 01 — asyncio Essentials
Cheatsheet: async/await basics, asyncio.run, gather vs TaskGroup, timeouts, cancellation.
Python cheatsheets for everyday tasks: async, packaging, typing, profiling, stdlib patterns.
Cheatsheet: async/await basics, asyncio.run, gather vs TaskGroup, timeouts, cancellation.
Cheatsheet: X | None syntax, generics, Protocol, TypedDict, ParamSpec, type guards.
Cheatsheet: @dataclass, @define, frozen, slots, field, validators.
Cheatsheet: function/class decorators, @wraps, async decorators, contextmanager, asynccontextmanager.
Cheatsheet: iter/next, generators, async generators, comprehensions, itertools.
Cheatsheet: uv init, uv add, uv sync, uv lock, uv run, uv build, uv publish.
Cheatsheet: pytest basics, fixtures, parametrize, marks, conftest, pytest-asyncio.
Cheatsheet: structlog setup, JSON/console, contextvars, processors, trace correlation.
Cheatsheet: when to use each profiler, common commands, reading output.
Cheatsheet: Path basics, joining, globbing, reading, writing, traversing.