OpenSesame
Rapunzel Code Editor
DataMatrix
Support forum
Python Tutorials
MindProbe
Python videos

List, dict, set, and generator comprehensions

This is a series of video tutorials focused on comprehensions in Python. The series covers all four types of comprehensions: list, dict, and set comprehensions and generator expressions.

List comprehensions

Video 1. List comprehensions

Dict comprehensions

Video 2. Dict comprehensions

Set comprehensions

Video 3. Set comprehensions

Generator expressions

Video 4. Generator expressions

You're done with this section!

Continue with Decorators >>