do design patterns still apply with Python?

Paul Novak novakps at gmail.com
Sat Mar 4 09:19:29 EST 2006


A lot of the complexity of design patterns in Java falls away in Python,
mainly because of the flexibility you get with dynamic typing.

For a Pythonic Perspective on Patterns, "Python Programming Patterns" by
Thomas W. Christopher is definitely worth tracking down.  It looks like it
is out of print, but you can find used copies on Amazon.

Regards,

Paul.



This sounds like an article crying out to be written,
> > "(Learning) Design Patterns with Python".
> >
> > Has it been written already?
> >
> > Cheers,
> > Terry
> >
>
> Bruce Eckel began writing "Thinking In Python" it was last updated in
> 2001.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060304/0172a5ae/attachment.html>


More information about the Python-list mailing list