Finished books

Current and past books

This is a brief list of the books I have read recently or I am reading at the moment: Clean Code by Robert C. Martin The Clean Code book has once again put front and center for me that writing software is a practice in which its output should be centered around: the reproducibility of the results an incremental refinement of the work based on the tests written for reproducibility the easiness for other people to read, understand, maintain and extend the code Writing Idiomatic Python by Jeff Knupp [Read More]

Next books

Books I want to read next

This is a list of books I want to read next, feel free to recommend me some other books in the comments below:

https://images-na.ssl-images-amazon.com/images/I/61APhXCksuL._SX430_BO1,204,203,200_.jpg

Head First Design Patterns by Eric Freeman

https://images-na.ssl-images-amazon.com/images/I/51cRqX8DTgL._SX379_BO1,204,203,200_.jpg

Fluent Python by Luciano Ramalho

https://images-na.ssl-images-amazon.com/images/I/61uUPXbhMxL._SX397_BO1,204,203,200_.jpg

Grokking Algorithms by Aditya Bhargava

https://images-na.ssl-images-amazon.com/images/I/514xvNk9rTL._SX379_BO1,204,203,200_.jpg

Designing Data-Intensive Applications by Martin Kleppmann

https://imagery.pragprog.com/products/498/bopytest_xlargebeta.jpg?1489599400

Python Testing with pytest by Brian Okken