do design patterns still apply with Python?

Terry Reedy tjreedy at udel.edu
Sat Jan 26 22:20:20 EST 2008


To answer the OP's question: GOF design patterns that solve problems due to 
static typing (and there are some) are not needed with Python.  Others do 
apply and can be useful.  There have been various mentions in c.l.p over 
the years. 






More information about the Python-list mailing list