python
Anything specific to Python code, tooling or libraries.
3 tagged items
- PromptUniversal
Debug from a stack trace
Works from the trace and the relevant source to name the most likely cause, with the check that would confirm it.
- ConfigUniversal
Editor rules for a Django project
A rules file that pins the Django and Python versions, the app layout and the things an assistant should never regenerate.
- PromptUniversal
Write a SQL query from a plain question
Produces one query against a schema you provide, and asks a question instead of guessing when the schema is ambiguous.