Description
Along the lines of Guido's excellent "The History of Python" blog post we'll look into where the idea for Python's (list) comprehensions came from and how it evolved into these related concepts in Python: list comprehensions, set comprehensions, dict comprehensions, generator expressions.