Re: Design Patterns in Python

2006-08-07 Thread Gabriel Genellina
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 _

Re: Design Patterns in Python

2006-08-05 Thread Alex Martelli
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

Re: Design Patterns in Python

2006-08-04 Thread gene tani
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

Re: Design Patterns in Python

2006-08-04 Thread Dale Strickland-Clark
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

Re: Design Patterns in Python

2006-08-04 Thread gene tani
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 >

Design Patterns in Python

2006-08-04 Thread Gabriel Genellina
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