PON II: Coding basics (Python) | Part 3 - Overview
modules | numpy
Slides:
Downloads to code along (right-click & save as):
- numpy-notebook.ipynb (Jupyter Notebook)
- numpy-notebook-after-class.ipynb (Jupyter Notebook with "solutions")
Homework:
Homework is always optional but a great way of practicing what you have learned during the course.
    
If you have questions, send them via e-mail. I might either respond to you individually or address common questions at the beginning of next the session.
Downloads (right-click & save as):
- homework-part3.ipynb (Jupyter Notebook)
- homework-part3-solution.ipynb (Jupyter Notebook with "solutions")
- weather.npz (data)
- Download the homework-part3.ipynbNotebook and save it on your computer.
- Download the weather.npzfile and save it to the same directory.
- Start Jupyter via the Anaconda Navigator (Windows) or by typing conda activateand thenjupyter notebookin your terminal (Mac or Linux).
- Navigate in the Jupyter file browser to where you saved the notebook, open it and follow the contained instructions.
- Have fun!