Why use a list comprehension? 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

Why use a list comprehension?

As strange as it may seem, list comprehensions are all about code readability.

Turning a loop to a comprehension

This function processes a list-of-lists:

...

A Python Tip Every Week

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