UWPCE-PythonCert / PythonCertDevel

Development Repo for the Certificate Program
https://uwpce-pythoncert.github.io/PythonCertDevel/index.html
Other
7 stars 15 forks source link

Add generator expressions to comprehensions module #127

Closed PythonCHB closed 6 years ago

PythonCHB commented 6 years ago

We should add generator expressions to the comprehensions module.

And probably refer to them as "generator comprehensions"

Example:

Nina Zakharenko made the "they're officially called generator expressions, but I find it more helpful to think of them as generator comprehensions" observation in her PyCon 2018 presentation on "Elegant Solutions for Everyday Python Problems": https://www.slideshare.net/nnja/elegant-solutions-for-everyday-python-problems-pycon-2018/27

PythonCHB commented 6 years ago

Done in: #164