A blog series on clean architecture in python
I’m writing a series of blog posts to explain how to use the clean architecture philosophy in python language. Here are the links:
General concept about clean architecture:Â https://progarsenal.com/clean-architecture/
First go at building your own analytics engine for website tracking using flask, sqlalchemy and good design principles:Â https://progarsenal.com/pythons-example-of-cleaner-architecture-series-1/
Coming up next is to see how the same can be implemented using CQRS first and then event sourcing.










