[Tutor] recommendation for good OO book?

Mike Hansen Mike.Hansen at atmel.com
Wed Mar 7 18:25:43 CET 2007


 

> -----Original Message-----
> From: tutor-bounces+mike.hansen=atmel.com at python.org 
> [mailto:tutor-bounces+mike.hansen=atmel.com at python.org] On 
> Behalf Of Jeff Peery
> Sent: Wednesday, March 07, 2007 10:15 AM
> To: tutor at python.org
> Subject: [Tutor] recommendation for good OO book?
> 
> Hello, I've been using python for a few years now and I 
> really like it. Although i am beginning to realize I really 
> don't utilize this object oriented stuff in a good way. Does 
> anyone have a favorite book regarding the basics/intro to 
> object oriented programming, how to write good OO code??
> 
> thanks,
> Jeff
> 

I liked The Object Oriented Thought Process. It uses Java and C#(I
think) as examples. I then reread the chapters in Learning Python on OO
to get a better understanding of the Python way of doing it.

Mike



More information about the Tutor mailing list