Python Comprehensions

From NovaOrdis Knowledge Base
Revision as of 06:07, 24 June 2022 by Ovidiu (talk | contribs) (→‎TODO)
Jump to navigation Jump to search

Internal

TODO

  • PROCESS IPy Comprehensions Page 84.
  • PROCESS PyOOP "Comprehensions" + "List comprehensions" + "Set and dictionary comprehensions"

Overview

A comprehension is a compact way of creating a data structure from one or more iterators.

List Comprehensions