Generator Expressions
Iterating with generator expressions.
Generators can be easily created on the fly by using generator expressions.
Generator expression versus list comprehension
The syntax of a generator expression is similar to that of a list comprehension with just one difference: the square brackets are replaced by round parentheses. For example:
Get hands-on with 1400+ tech skills courses.