At Saturday 5/8/2006 22:22, Alex Martelli wrote:
> But does anyone know of a complete discussion/analysis of patterns in
> Python? Books, articles, web pages...
Thanks to all of you for your pointers on this subject!
Gabriel Genellina
Softlab SRL
_
Gabriel Genellina <[EMAIL PROTECTED]> 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
Gabriel Genellina 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.
Eckel's thinking in Python too
http://www.mindview.net/Books/TIPython
Gabriel Genellina 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
Gabriel Genellina 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
>