Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.94 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.94 KB

Clean Architecture [Python]

Python implementations of Clean Architecture examples.

9e81aff57482b9d4b6c7782ced66e55c-png

The original blog where Clean Architecture was introduced can be found here. The following figure is a reorganization of the diagram for my own understanding.

Clean Architecture Components Diagram

Example Codes

An application based on "Clean Architectures in Python" written by Leonardo Giordani.

An example of clean architecture and the backend service of PARROT, which is a web service where you can learn English by doing "Parrot's Law". This application is currently no longer in operation.

References