Re: Object Oriented vs Pythonic Code, and Pythonic standards

2006-02-07 Thread Bruno Desthuilliers
Carl J. Van Arsdall a écrit : > It seems the more I come to learn about Python as a langauge and the way > its used I've come across several discussions where people discuss how > to do things using an OO model and then how to design software in a more > "Pythonic" way. Well, Python being mostl

Re: Object Oriented vs Pythonic Code, and Pythonic standards

2006-02-07 Thread Roy Smith
Carl J. Van Arsdall <[EMAIL PROTECTED]> wrote: > My question is, should we as python developers be trying to write > code that follows more of a python standard or should we try to > spend our efforts to stick to a more traditional OO model? There is much about traditional OO which translates well

Re: Object Oriented vs Pythonic Code, and Pythonic standards

2006-02-07 Thread Paul McGuire
"Carl J. Van Arsdall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It seems the more I come to learn about Python as a langauge and the way > its used I've come across several discussions where people discuss how > to do things using an OO model and then how to design software in a