Clean-code-in-Python
Clean-code-in-Python copied to clipboard
Resources for the book Clean code in Python, and material for the talk at EuroPython 2016
Clean code in Python
Book
The source code for the examples listed in the book is under
book/src.

Testing the code
To test the code from the book, you can either follow the instructions on this repository, or try out the Docker image.
EuroPython 2016 Talk
Sources of the talk, as presented at EuroPython 2016.
The source code of the talk is under talk/src.