Which book is best for OOP python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which book is best for OOP python?

2nd Sep 2020, 1:43 PM
‎Keshav
‎Keshav - avatar
2 Answers
+ 3
For a beginner I like "A Whirlwind Tour of Python" or "Automate the Boring Stuff", for something intermediate I would recommend "Clean Code Handbook Software Craftsmanship", "Think Python" or "Python 3 Object-Oriented Programming". For something more advanced there is "Fluent Python" or "Python 3 Patterns, Recipes and Idioms"... even though Python isn't a strict OOP language a lot of the principles from "Design Patterns Object Oriented Addison-Wesley Professional" still apply in many situations within the Python language
2nd Sep 2020, 2:03 PM
Steven M
Steven M - avatar
+ 3
There are so many books and online website to learn and here are two books to learn OOP-- Tutorialspoint - Object Oriented Python & Python 101 - Object Oriented Programming part-1
2nd Sep 2020, 2:04 PM
Maharnab Saikia
Maharnab Saikia - avatar