Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 717 Bytes

File metadata and controls

9 lines (5 loc) · 717 Bytes

Data Structures: Lists, Dictionaries, Sets, and Tuples

Binder Colab

Now we'll look a little more complex topic: data collections. Data collections are objects in Python that store lists of data in a single space, allowing for some useful computations and functions. Let's see what these look like.


Return Home