+ 3
Which book is best for OOP python?
2 Réponses
+ 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