The back-end (Updated March 21, 2021) Python Basics (List derivations) January 2, 2024 by James Moore No Comments List derivation List comprehensions are lightweight loops that create lists 1. Basic approach 2. Use if throughout the loop 3. Two for loops 4. Three for loops