Dennis Lee Bieber <[EMAIL PROTECTED]> writes:
>       Adding generator expressions, which look identical except that one
> typically has () (or the () of an enclosing function call) while the
> other must have [] just seems to add confusion to the world. I'll
> abstain on "with"... Decorators I've not managed to figure out, and that
> refugee from Dr Moreau -- the inside out conditional expression -- is a
> prime candidate for termination...

Python has really changed its flavour over the past few releases, if
you develop a style that uses the above features (well maybe not the
if-expression) extensively.  The learning curve is steeper but you end
up writing cleaner code that's free of corner cases.  
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to