Re: interesting take on python OO

2007-06-02 Thread Josiah Carlson
7stud wrote: > http://www.evolt.org/article/OO_programming_the_Python_way/18/449/ > > lol I would have to agree. I could spend time talking about how bad that article was, but instead I will offer useful advice for the new Python programmer. For new users of Python and/or object-oriented prog

Re: interesting take on python OO

2007-06-01 Thread A.T.Hofkamp
On 2007-06-01, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > > FWIW, I still don't get why people insist on believing that C++ and Java > have anything to do with OO !-) > > (and yes, it's friday...) Good marketing. Albert -- http://mail.python.org/mailman/listinfo/python-list

Re: interesting take on python OO

2007-06-01 Thread Bruno Desthuilliers
7stud a écrit : > http://www.evolt.org/article/OO_programming_the_Python_way/18/449/ > > - > The last article gives you the absolute basics of using Python. This > time, we'll do the OO side of Python. Yes, Python: a true object- > oriented language with classes, inheritance and all. > > Ok,

interesting take on python OO

2007-05-31 Thread 7stud
http://www.evolt.org/article/OO_programming_the_Python_way/18/449/ - The last article gives you the absolute basics of using Python. This time, we'll do the OO side of Python. Yes, Python: a true object- oriented language with classes, inheritance and all. Ok, my OO background comes from the