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

https://github.com/millengustavo/python-books

My notes on some books I read on Python
https://github.com/millengustavo/python-books

book ipynb python

Last synced: 4 months ago
JSON representation

My notes on some books I read on Python

Awesome Lists containing this project

README

        

# My notes on some books I read on Python

- High performance Python: Practical Performant Programming for Humans - Micha Gorelick, Ian Ozsvald [[open notes]](./high-performance-python/notes.md)

- Mastering Large Datasets with Python: Parallelize and Distribute Your Python Code - John T. Wolohan [[open notes]](./master-large-data-python/notes.md)

- Clean Code: A Handbook of Agile Software Craftsmanship - Robert C. Martin [[open notes]](./clean-code/notes.md)

- Learning Python Design Patterns - Chetan Giridhar [[open notes]](./learning-python-design-patterns/notes.md)

- Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices - Bob Gregory, Harry Percival [[open notes]](./architecture-patterns-python/notes.md)

- Fluent Python - Luciano Ramalho

![compiler_options](high-performance-python/compiler_options.png)

![map_reduce](master-large-data-python/map_reduce.png)