-
Notifications
You must be signed in to change notification settings - Fork 0
prep work
Qihong Lu edited this page Feb 4, 2019
·
2 revisions
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