« Return to Thread: do design patterns still apply with Python?

do design patterns still apply with Python?

by John Salerno :: Rate this Message:

Reply to Author | View in Thread

Since Python does so many things different, especially compared to
compiled and statically typed languages, do most of the basic design
patterns still apply when writing Python code? If I were to read a
design pattern book (such as Head First Design Patterns), could I apply
their Java examples to Python easily enough, or does Python require a
different perspective when applying patterns?
--
http://mail.python.org/mailman/listinfo/python-list

 « Return to Thread: do design patterns still apply with Python?