- Cosmic Python with original examples and adaptions to FastAPI
- Clean Architecture in Python and the repository for its rentomatic example
- BunnyBook a structured-by-feature codebase, anemic domain model
- fastAPI Real World App, layer structure.
- DogeAPI its not about cryptocurrency, but a simple blog, as explained here
- Python Design Patterns are very useful, particularly the python specific patterns and the notes on how to dodge problematic patterns.
- refactoring guru has also python examples and infos on refactoring although these have no examples for python.
- Anti-Patterns in Python.