Thursday, December 20, 2018

The Digital Cat: Clean Architectures in Python: the book

I'm excited to announce that the success of the post on clean architectures encouraged me to expand the subject and to write a book that I titled "Clean Architectures in Python. A practical approach to better software design".

The book will be published on Christmas Day 2018, and will contain a complete introduction to TDD and clean architectures, two topics that I believe are strictly interconnected. So far the book is 170 pages long and it is complete, at least for a first edition, but I am already planning to add content that could not fit in this release for several reasons (mostly because still unclear in my mind).

Cover

If you are interested in the book you can show your support on the Leanpub page or tweet about it with the #cabook hashtag. In the meanwhile you can download the table of contents here.



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...