Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rmariano/clean-code-in-python
- Owner: rmariano
- License: mit
- Created: 2016-07-20T14:17:05.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T11:06:42.000Z (9 days ago)
- Last Synced: 2024-12-28T05:12:34.123Z (8 days ago)
- Topics: books, conference-talk, education, europython, python, python3
- Language: Python
- Homepage:
- Size: 541 KB
- Stars: 154
- Watchers: 5
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)