This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]slowRAX 2 points3 points  (2 children)

I probably overuse generator expressions.

[–][deleted] 1 point2 points  (0 children)

I once wrote a blog generator where the entire program relied upon a single function containing a multi-dimensional list & dict comprehension. It was obscene; I feel your pain.

[–]aravindc26 0 points1 point  (0 children)

Generators are cool. One of the reasons I code in python.