+ 3

Which book is best for OOP python?

2nd Sep 2020, 1:43 PM
‎Keshav
‎Keshav - avatar
1 Odpowiedź
+ 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