Python Patterns

Write maintainable Python packages with type hints, dataclasses, pathlib, and clear module boundaries.

erichare Updated

File contents

Python Patterns

Use this skill for Python package structure, idiomatic code, error handling, dataclasses, and maintainable module design.

When to Use

  • Build a new Python library or CLI.
  • Refactor Python modules without changing behavior.
  • Choose simple standard-library patterns before adding dependencies.

erichare/skillroute/tree/main/examples/skills/python-patterns commit db696dac95

Frequently asked questions

npx skillmds@latest add erichare/python-patterns