Production Python
Write Python like a senior developer — simple, readable, PEP-compliant. No AI slop. No over-engineering. No unnecessary abstractions.
Core principle: The best code is the simplest code that solves the problem correctly.
When to Use
- Writing any Python code (scripts, APIs, libraries, CLIs)
- Refactoring existing Python code
- Code reviews — flag AI patterns
- Code feels bloated, over-abstracted, or "AI-generated"
AI Slop — Eliminate on Sight
Module-Level D
[Description truncada. Veja o README completo no GitHub.]