Python 3 Object Oriented Programming
C**R
Great source for beginning OOP in Python 3.X
A very good read for beginners to understanding the concepts of object oriented design and programming in python 3.x, only some basic experience in python syntax is necessary to get started. And the examples are very understandable. I first started learning python 10 years ago but found the OOP concepts hard to grasp but after reading this I have found going back and rewriting my old code is much more easier and efficient and I can organise it where it no longer looks like a confusing plate of spaghetti. Highly recommended for those trying to understand the basics of python OOP.
F**N
Objects represent a grouping of related data and methods, period.
I just finished reading the book cover to cover. It's geared toward the intermediate Python programmer. I would recommend going through an online tutorial and writing some code before trying to tackle this book. I've been doing object oriented programming for nearly two decades and honestly have always felt like I was missing something. Such a big deal is made of Object Oriented programming as compared to Structural programming. This book sums it up well - objects represent a grouping of related data and methods, period. I wasn't missing anything at all. I like this author's style. He's lighthearted and straightforward. As an example, and I'm paraphrasing, "if you don't think you need regular expressions, try writing the above web URL parsing code without it!" The book was actually fun to read, unlike many dry computer programming books. Of course, Python itself is a joy, so that makes it easier. One reviewer was critical of the book because there are a few chapters at the end that have little to do with Object Oriented programming. This is true, but the material was still interesting nonetheless and I appreciated the content.My only critique is that the book had several typos, and one of the source listings was obviously missing a few lines. It seemed to be more of a problem with this book than the average technical book and was annoying, especially the source code listing. I stared at that code for 15 minutes before I found the problem.All in all, the book was fun to read and educational. If you are ready to move beyond mere scripting in Python, do yourself a favor and pick up a copy of this book. Please don't attempt anything like an Abstract Factory Design Pattern in Python before you know how to do it the Pythonic way, as shown in this excellent book.
M**O
Muy buen libro
Un libro muy bueno para introducirse en la orientación a objetos, si a este libro le sumas el de estructuras de datos hacen una combinación perfecta.
J**W
Great for moving beyond absolute beginner territory.
If you have studied python basics it can be hard finding how to progress from there. I would recommend this book as a good place to start figuring out how to do some real world programming. It is well written with good examples and covers a lot of ground without being verbose.It will help you fully understand object oreientated programming principles and also touches on things like sqlalchemy for database interaction and cherrypy for web development.
S**R
Good if you don't know OOP, better if you do
Having just started to lear n python I thought I'd learn OOP too, as Python is an OOP language.This book has helped to explain a lot of the details used within OOP. I will have to re-read this as OOP can be quite complex. Good examples to use too.
Trustpilot
1 month ago
3 weeks ago