Module: Comprehensions

Learning Outcomes

What are comprehensions and how can I use them?

To answer this question you will learn to:

  1. Understand what a comprehensions is and the conditions for use.

  2. Translate a loop into a comprehension.

  3. Executed nested comprehensions.

  4. Integrate comprehensions with a data structure.

Readings

Experiential Learning