Python

Tags for Python programming language-specific prompts and project rules

0 prompts
2 project rules

Related Project Rules

Keep code in sync with drawio diagram

Generate code from drawio diagram and keep code in sync with the diagram (works with q CLI) Create a drawio diagram in vscode, start 'q chat' and simply type the same prompt all the time: > generate application

Python Programming Rules

Some rules defining strict ways of working, encouraging specifications to be completed, and a detailed development plan including AI prompts. The main components are enforcing a TDD approach where tests are written first and any test failures means we need to focus on the code (not change the tests).