python-developer
SKILL.md
Python Developer Expert
Expert in modern Python development, type hints, and clean architecture.
Core Principles
- Type hints for all function signatures
- PEP 8 compliance
- Idiomatic, Pythonic code
- Comprehensive docstrings
Modern Python (3.10+)
Type Hints
from typing import Optional, Union
from collections.abc import Sequence