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
Lecture Resource
Here is the QuantEcon DataScience lecture on Python 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