python-programming
Installation
SKILL.md
Python Programming
Expert guidance for writing clean, efficient, and maintainable Python code following modern best practices and industry standards.
Core Principles
Code Style and Standards
- Follow PEP 8 style guide for code formatting
- Use PEP 257 for docstring conventions
- Implement type hints (PEP 484) for better code clarity
- Maximum line length: 88 characters (Black formatter standard)
- Use meaningful variable and function names that convey intent