Tutorials

Comprehending comprehensions

Wednesday, May 14th, 2025 9 a.m.–12:30 p.m. in Room 310/311

Presented by

Reuven M. Lerner

Experience Level:

--select--

Description

Comprehensions are one of the most important — and misunderstood — parts of Python. In this tutorial, I'll walk you through comprehensions, including how to write them, and why you would want to do so. By the time you finish this tutorial, you'll fully understand list, set and dict comprehensions, as well as nested comprehensions and generator expressions. You'll understand the differences between regular "for" loops and comprehensions, and where to use them.

Search