Python and Jupyter are prerequisites for many of the workshops in Change-HI. This module will help bring you up to speed with these technologies if you are not already familiar with them.
Learning Outcomes
You understand basic Python and Jupyter
You understand the basic syntax of Python.
You can install and use a Python interpreter on your computer.
You can install and use Jupyter Notebooks on your computer.
Readings
Python Home Page
Python site, with links for installation, documentation, and usage.
Jupyter Home Page
Jupyter site, with links for installation, documentation, and usage for Jupyter Notebook and JupyterLab.
Experiential Learning
Python Tutorial (Python.org)
Learn Python by following the official Python.org tutorial
Python Tutorial (Free Code Camp)
Learn Python through a video tutorial by FreeCodeCamp