Files
gh-yaleh-meta-cc-claude/skills/cross-cutting-concerns/reference/python-adaptation.md
2025-11-30 09:07:22 +08:00

6 lines
215 B
Markdown

# Python-Specific Adaptations
- Error handling: try/except with logging
- Logging: logging module (structured with extra={})
- Config: python-decouple or pydantic
- Decorators for cross-cutting (e.g., @retry, @log)