noun
list comprehension
Computing term for a concise way to create lists based on existing lists, common in Python and other languages.
Pythonでは内包表記を使ってリストを簡潔に生成できる。
In Python, you can concisely generate lists using list comprehensions.
Compound of 内包 (inclusion) and 表記 (notation), likely a calque from English 'list comprehension'.