Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmariano/clean-code-in-python

Resources for the book Clean code in Python, and material for the talk at EuroPython 2016
https://github.com/rmariano/clean-code-in-python

books conference-talk education europython python python3

Last synced: about 17 hours ago
JSON representation

Resources for the book Clean code in Python, and material for the talk at EuroPython 2016

Awesome Lists containing this project

README

        

# Clean code in Python

## Book

The source code for the examples listed in the [book](https://www.amazon.es/gp/product/B08R961TRD/) is under
``book/src``.

![](book/cover.png)

### 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](https://hub.docker.com/r/rmariano/ccip).

## EuroPython 2016 Talk

Sources of the talk, as presented at EuroPython 2016.

The source code of the talk is under ``talk/src``.

[Slides](https://speakerdeck.com/rmariano/clean-code-in-python)
[EuroPython Page](https://ep2016.europython.eu/conference/talks/clean-code-in-python)
[Video](https://www.youtube.com/watch?v=7ADbOHW1dTA)