Friday, March 6, 2020

BreadcrumbsCollector: Implementing the Clean Architecture with Python – my book is here!

It is my pleasure to announce that my book is finally available to buy. 🙂

https://leanpub.com/implementing-the-clean-architecture

The books focuses on practical aspects and is illustrated with tons of code snippets in Python. Don’t forget to check out a code repository with the project which is illustrating the book: http://github.com/Enforcer/clean-architecture

The post Implementing the Clean Architecture with Python – my book is here! appeared first on Breadcrumbs Collector.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...