CMS

Homework Assignments

Course Overview

IPython Notebooks

Make sure jupyter-lab is installed (pip install --user --upgrade jupyterlab). After downloading a notebook, use it via

jupyter notebook ${notebookname}

or open the entire development environment via

jupyter lab

Notes

Interactive Learning Platforms

The best way to learn programming is to write code. Have fun!