Glossary coding Term Page

Generator expression

the parenthesized version that computes values lazily to save memory

generator-expression #coding#python
Korean version

Related Concepts

Core Idea

Generator expression is the parenthesized version that computes values lazily to save memory. It usually makes the most sense alongside Comprehension, Set.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept