Contribute Media
A thank you to everyone who makes this possible: Read More

Comprehensions: Origin, History, Use

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.

Details

Improve this page