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]