Skip to content
#

python-clean-architecture

Here are 15 public repositories matching this topic...

Practical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling

  • Updated Mar 23, 2026
  • Python
python-open-source-standards-course

The primary open source standard for Python github code is PEP 8: The Style Guide for Python Code, which provides guidelines to enhance code readability and consistency. Adherence to PEP 8 is a widely accepted best practice within the Python community. Other standards include PEP 257 for docstring conventions and tools for code quality and testing.

  • Updated Mar 17, 2026
  • Jupyter Notebook

Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC.

  • Updated Mar 16, 2026
  • Python

Improve this page

Add a description, image, and links to the python-clean-architecture topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-clean-architecture topic, visit your repo's landing page and select "manage topics."

Learn more