Design Patterns in Python

Alex Martelli aleax at mac.com
Sat Aug 5 21:22:33 EDT 2006


Gabriel Genellina <gagsl-py at yahoo.com.ar> wrote:

> Hello
> 
> Most authors talk about Java/C++, and describe patterns used as a 
> workaround to their static class model; the dynamic nature of Python 
> allows for trivial implementations in some cases.
> I've seen some design patterns examples on the ActiveState site, and 
> some discussions some time ago on this list.
> But does anyone know of a complete discussion/analysis of patterns in
> Python? Books, articles, web pages...

Many of my presentations and articles have covered this area, and you
can find the various PDFs at <http://www.aleax.it/python_mat_en.html> --
of course, they're somewhat fragmentary, but I hope they can be of some
help!


Alex
 



More information about the Python-list mailing list