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
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
"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