OO patterns with Python

Laura Creighton lac at strakt.com
Mon Feb 10 14:49:41 EST 2003


> Hello all,
> 
> I am an "experienced" programmer, but as I've worked on mainframes for the
> last 13 years I never had the opportunity to experiment with OO. I've now
> decided to close that enormous gap, and chose Python as the language to do
> so.
> 
> My understanding is that OO is not that trivial, and that patterns have been
> created as template solutions for common or difficult problems. As there
> seems to be no specific book on patterns with Python, can anybody recommend
> a book or a URL on patters which is language-independant, so that I do not
> have to learn C++, Java or whatever first?
> 
> --
> email: 'dXNlbHBhQG15cmVhbGJveC5jb20=\n'.decode('base64')

I don't know of any, but http://hillside.net/patterns/ has an
enormous list of books with reviews.  I'd be surprised if there is
one and it isn't there.  The whole site is good for discussions
about Patterns.

good luck,
Laura Creighton






More information about the Python-list mailing list