概要
This skill integrates the official PEP 8 style guide and the Zen of Python into the development workflow, providing comprehensive guidance for writing clean and idiomatic Python. It covers essential topics such as code layout, naming conventions, and structural limits while incorporating modern features like type hints, dataclasses, and context managers. By leveraging this skill, developers can automate code reviews for style compliance, implement robust TDD workflows using pytest, and adopt the EAFP (Easier to Ask for Forgiveness than Permission) philosophy, ultimately leading to more maintainable and standardized Python projects.