Overview
This section covers Python engineering practices, tooling, and modern development workflows.
Python Engineering Guide
Modern Python development is about more than just writing code; it's about building reproducible, maintainable, and high-performance systems. This guide focuses on the modern Astral (uv/Ruff) stack.
pyproject.toml Guide
A comprehensive guide to pyproject.toml, the standardized configuration file for modern Python projects.
Python Import System
Comprehensive guide to Python's import mechanism, covering absolute vs relative imports, module resolution, and engineering best practices.
uv Complete Guide
A comprehensive guide to uv, the modern Python package and project manager.