List Comprehensions

From XPUB & Lens-Based wiki

List comprehensions bring a taste of functional progamming to Python. Comprehensions are often a very handy way to compactly express / filter / process / otherwise manipulate lists of data in Python, and have many applications including in CGI scripts.