Async/Await — Technical Deep-Dive
Detailed technical breakdown of Python async/await: coroutines, the asyncio event loop, task scheduling, GIL interaction, and production patterns.
Object Model & Inheritance
Deep-dive into the Python object model: type/class hierarchy, MRO with C3 linearization, super(), metaclasses, descriptors, and slots.
Python
Complete Python reference: FastAPI, bare scripts, package management (uv, pip, venv), project tooling, and production patterns.