python-pro
Installation
SKILL.md
Python Pro
Expert-level orchestration of modern Python applications. Focuses on performance, type safety, and maintainability in the 2026 ecosystem.
Boundary
python-pro covers core language features (AsyncIO, Generators, Type Hints), dependency management (UV, Poetry), testing (Pytest), and common libraries for AI and Backend. It does NOT cover specific framework internal logic (use django-pro or fastapi-pro for that).
When to use
- Building scalable backends or CLI tools in Python.
- Writing type-safe, maintainable AI/ML scripts.
- Refactoring legacy Python code to modern 3.12+ standards.
- Optimizing performance through async or C-extensions (Cython).