Catalog of Python Patterns? [LONG!]

Johannes Gijsbers spamtrash at softhome.net
Thu Apr 4 07:28:00 EST 2002


jimd at vega.starshine.org (Jim Dennis) wrote in message news:<a8g97m$10jq$1 at news.idiom.com>...
> GoF Design Patterns in Python
> 
>  [Warning LONG POST AHEAD!]
> 
>  I'd like to see a canonical catalog of OODP in Python.

Try taking a look at the upcoming book by Bruce Eckel, Thinking in
Python[1]. Although it isn't finished yet, a lot of useful information
can already be found in there, including a nice implementation(no
metaclasses) of the Factory pattern that Paul Rubin was referring to.

[1] http://www.mindview.net/Books/TIPython



More information about the Python-list mailing list