"Ben Finney" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > "Ernst-Ludwig Brust" <[EMAIL PROTECTED]> writes: > > So, generator expressions can be a powerful way to clarify the purpose > of a section of code. They can be over-used, though: don't use them > unless they actually *do* clarify the code; sometimes an explicit > looping construct is clearer.
Thangs, my opinion was, that "one-statement-constructions" are much faster then f.e. explicit loops. But, now i know, with Python, this is not allways true. Ernst-Ludwig Brust -- http://mail.python.org/mailman/listinfo/python-list
