python-best-practices
Installation
SKILL.md
Python Best Practices
Modern Python development patterns for Python 3.10+ based on PEP 8, Google Python Style Guide, and current community standards.
Purpose
- Establish consistent, readable Python code
- Apply modern type hints effectively
- Use appropriate patterns for data structures
- Handle errors and resources properly
- Write maintainable async code