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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to