Python language fundamentals - Core Python semantics for everyday scripts: names and objects, the built-in collections, control flow, functions, and comprehensions.
Python program structure - Python beyond a single script: generators, decorators, error handling, resource cleanup, modules, classes, type hints, and tests.
Playbook
SRE Python drills - Six interview-style Python drills on an Nginx access log, each solved with the smallest correct algorithm and its time and space cost.