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
- do design patterns still apply with Python? John Salerno
- Re: do design patterns still apply with Python? [EMAIL PROTECTED]
- Re: do design patterns still apply with Python? John Salerno
- Re: do design patterns still apply with Pyt... ajones
- Re: do design patterns still apply with... Paul Rubin
- Re: do design patterns still apply with... bruno at modulix
- Re: do design patterns still apply with... Nick Craig-Wood
- Re: do design patterns still apply with Python? Grant Edwards
- Re: do design patterns still apply with Python? Roy Smith
- Re: do design patterns still apply with Python? Terry Hancock
- Re: do design patterns still apply with Pyt... Thomas G. Willis