# Python and Jupyter notebook resources

> **_NOTE:_** This section assumes that you have already installed python and jupyter notebook
on your system. If not, please refer to the [setup](../setup.md) section.

If you are new to python and jupyter notebooks, the following are a few resources for learning more about them:

Resources for learning python:
+ https://www.youtube.com/watch?v=kqtD5dpn9C8
+ https://www.w3schools.com/python/

Resources for learning jupyter notebooks:
+ https://www.youtube.com/watch?v=2WL-XTl2QYI
+ https://realpython.com/jupyter-notebook-introduction/
