How do these Java concepts translate to Python?

Ray ray_usenet at yahoo.com
Fri Aug 12 12:41:18 EDT 2005


bruno modulix wrote:
> Then wait until you discover what one can do with __magic_methods__,
> functions-as-objects, closures, callable objects, descriptors
> (properties on steroids), decorators, generators, and metaclasses...
> *Then* you'll know what power means !-)
>
> And more is to come...

... I've got a feeling that this Pythonic journey will expand my brain
so much ;)

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