Python Collections

This notebook introduces some of the “collection” types used in the Python programming language:

  • list

  • tuple

  • range, zip, enumerate

  • dict

We will work through the following notebook.

Local Option

You can download the notebook from here

Then browse to your download location and load jupyter:

cd ~/Downloads
jupyter notebook python-collections.ipynb

Cloud Based Option

You can launch the notebook