If you have stumbled to this post .. I can bet you love python β¦ And when you love something you should take care of it . in this small blog post i have compiled a list of books that have helped me become a better python programmer .
Note : The list is not in any particular order and there are no affliate links either :) .
We all agree with the fact that python is an easy to learn language . But the best thing that I have noticed while coding in python is how well it does a job of hiding the unneccesary abstraction yet providing the programmer with the most control .
In this section I have listed the books that will help you better understand python . Which will help you to make better decisions next time working on something whether it is which datastructure should I use or in which way the code will be more maintainable ..
Lets dive in :
1. Fluent Python β By Luciano Ramalho .