Day 5 - Tuesday, April 15, 2014

Summary: Self-guided tour of NumPy with exercises while I check CodeCademy completeness.


0. Have them open a browser window to CodeCademy progress report that I will walk around and check while they do the following.

1. Open terminal, create new directory for NumPy work, practice workflow:

$ cd PHYS202-S14
$ git pull origin master
$ git status
$ mkdir NumPy
$ ipynb

2. Navigate to the NumPy directory and create a new notebook called NumPyTour with title cell (Heading 1) "NumPy Tour".

3. Open "NumPy Intro" webpage on PolyLearn in one Browser Window. Follow the self-guided tour, entering code into your NumPyTour notebook as you go. Add markdown cells with your notes, if you like.

No copy/paste!

Type the commands yourself to get the practice doing it. This will also slow you down so you can think about the commands and what they are doing as you type them.

4. At the end of the self-guided tour open a new notebook called NumPyExercises and use it to complete the set of exercises on the "NumPy Exercises" webpage. Start working on the exercises.
They will be due as HW by Wednesday, April 23, 2014 at 11:59pm.


All content is under a modified MIT License, and can be freely used and adapted. See the full license text here.