Python OOP advice

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Wed Sep 17 10:13:05 EDT 2008


Simon Hibbs a écrit :
> Great contributions, thanks both of you. I'm self-tought when it comes
> to Python and OOP and I haven't yet grown an intuitive feel for how to
> do things sensibly.

While part of the OO design patterns are mostly workaround for lack of 
dynamism in languages like C++ or Java, and while pattern abuse is 
certainly not good design, you'd probably learn a lot from the  GOF's 
Design Patterns book.

> Simon



More information about the Python-list mailing list