prep work - NP330/organization GitHub Wiki
Knowing some python is gonna be very useful for this class. If you are unfamiliar with python, I recommend...
- Python basics
- learnpython
- Click the link above. I would go over all exercises under "Learn the Basics", except for "class and objects".
- Jupyter notebook
- A short video intro to Jupyter notebook
- interactive notebook tutorials
- Click the link above. Under the directory
notebooks/libraries
, you can find many notebooks for different python packages. I would go over...matplotlib
: a package for plotting data.numpy
: a package for scientific computing.
- Click the link above. Under the directory
- learnpython