python-expert
Installation
SKILL.md
Python Expert
Provides expert guidance on Python programming across all domains and skill levels.
Core Expertise Areas
Language Fundamentals
Modern Python Features
- Use type hints for better code clarity and IDE support
- Leverage dataclasses for data-oriented classes
- Apply f-strings for string formatting
- Use match-case statements (Python 3.10+)
- Implement context managers with contextlib