Python
Core language, data model, async programming, and tooling for the Python ecosystem.
Notes
- Python Core Language — types, comprehensions, iterators, generators, decorators, and context managers
- Python Data Model — dunder methods, descriptors, metaclasses, and the protocol system
- Python Async — asyncio event loop, coroutines, tasks,
async/await, and async I/O patterns - Python Tooling — packaging (uv/pip/pyproject.toml), type checking (mypy), linting (ruff), and virtual environments
Links
Navigation: ← Programming Languages Index | Go →