Skip to content
#

python-clean-architecture

Here are 13 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 Feb 28, 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 1, 2026
  • Jupyter Notebook

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