This repository contains the slides, framework, and example project for the talk "Coding Python with AI Tools in the Real World" that I presented at the joint meetup of the Python User Group Nürnberg and of Nürnberg Data Science & Artificial Intelligence on March 19, 2026 at Codecentric.
The implemented MVP is a Streamlit web app that estimates annual German income tax and annual net income from a simplified deterministic model.
- Annual gross salary
- Federal state
- Tax class
- Income year
- Marital status
- Number of children
- Estimated annual income tax
- Estimated annual net income
- Short optimization hints (non-binding)
- Use the VS Code task
create environment (poetry). - Run the debug configuration
Streamlit app.py (local, poetry).
The Streamlit entrypoint is src/app.py.
/.github: Copilot instructions./instructions: Instructions for the agent workflow, coding principles, and the example project description./workflow: Documentation of the agent workflow, including project decisions and logs./src: The source code for the example project./docs: AI-generated documentation for the project./slides: The slides for the talk.