Python Functions

This notebook introduces how to define a function within Python.

  • Understand how to define a function

  • Be able to find function documentation

  • Be able to write your own function documentation

  • Know why we use functions

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-functions.ipynb

Cloud Based Option

You can launch the notebook