Python

Notes on the Python programming language — testing, async, type hints, and practical patterns.

Untangling Python decorators

Complete guide to Python decorators from first principles. Learn closures, higher-order functions, decorator patterns, and advanced techniques.