Nathan Harmston a écrit : (snip) > Also is there anymore interesting OO stuff that Python has apart from Java.
Quite a lot. Everything (well, except statements and expressions...) in Python is an object, including classes, modules and functions, and Python objects are really 'dynamic', ie you can modify them at runtime - and when I say 'modify', I mean things like adding/replacing/removing attributes, including methods and class (which are attributes too...). -- http://mail.python.org/mailman/listinfo/python-list