Turning a list comprehension into a generator expression PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
3 min. read Watch as video Python 3.8—3.12

When can you turn a list comprehension into a generator expression?

Passing a comprehension to a function

We're taking a list comprehension that squares a bunch of numbers and passing it into a function that multiplies all those numbers together:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.