design patterns in python

Max Møller Rasmussen maxm at normik.dk
Thu Jun 14 05:24:02 EDT 2001


> From: raskol [mailto:raskol at hushmail.com]

> Being interested in looking at (and understanding) design 
> patterns [GOF] in
> python... and having gone through the obligatory google 
> searches etc.. I am
> still somewhat frustrated by the lack of currently available 
> information
> relating to this specific subject. I mean there ARE some 
> smatterings of
> implementation and insight, but as of now there is no single 
> source for
> python patterns that has developed anything like authoritative mass or
> actually succeeded in 'comprehensively' covering the patterns 
> in GOF book.

Well  ... just don't worry about it. As Python grows the design patterns
that you will have to code by hand in other lower level languages will get
built into Pythons syntax.

As I see it Python is an implementation of design patterns in a language.

regards Max M




More information about the Python-list mailing list