We're going to interactively work through the collection of IPython notebooks below.
To get the notebooks and all of the supporting files,
please download this python-intro.zip archive,
and unzip it in the bootcamp repo that you setup during the Intro to Version Control and Git lesson.
Doing that should create a python-intro
directory that you can add and commit to your repo.
Now cd
into the python-intro
directory and launch ipython notebook
.
assert
statementslist
, tuple
, set
, and dictionary (or dict
)Here are the exercise notebooks that were created during the sessions. They are sparse compared to the annotated notebooks above, but they are the live-coding, hands-on work that we did: