Python is fun (useless social thread) ;-)

bruno at modulix onurb at xiludom.gro
Fri Jun 16 10:38:44 EDT 2006


BartlebyScrivener wrote:
(snip)
> I am not touching OO, classes, 

You may not be aware of this, but as soon as you're programming in
Python, you *are* using OO. Strings are objects, dicts are objects,
tuples are objects, lists are objects, numbers are objects, and even
functions and modules are objects. Classes are just a way to create your
own object types.

> or GUIs until I understand EVERYTHING

The answer is 42. That's all you need to know.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list