Python Control Flow

This notebook introduces control flow in Python

  • Conditional statements

  • for and while loops

  • break and continue

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-control-flow.ipynb

Cloud Based Option

You can launch the notebook