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
- Host: GitHub
- URL: https://github.com/millengustavo/python-books
- Owner: millengustavo
- Created: 2020-05-25T11:07:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T09:47:07.000Z (over 1 year ago)
- Last Synced: 2025-02-01T10:41:37.456Z (4 months ago)
- Topics: book, ipynb, python
- Homepage:
- Size: 728 KB
- Stars: 122
- Watchers: 6
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

