# HG changeset patch # User Christopher Burns # Date 1276754180 25200 # Node ID 055350d3b8a34a64377c27f616d54f43ba5610c3 # Parent 1f4dcd5ca68c77e47bbfacd65c194646125ecdbc Add timestamps to sessions diff -r 1f4dcd5ca68c -r 055350d3b8a3 plan.rst --- a/plan.rst Wed Jun 16 01:19:34 2010 -0400 +++ b/plan.rst Wed Jun 16 22:56:20 2010 -0700 @@ -10,7 +10,7 @@ timings suitably. What we will do is add rough timelines to each session as we go over the slides and also add more material as we see fit. - - Session 1: (PR/KD) + - Session 1 (Mon 8:00): (PR/KD) - Checklist - Starting up IPython - Odds and ends @@ -19,63 +19,66 @@ - Command history - Python scripts. - - Session 2: (KD) + - Session 2 (Mon 9:00): (KD) - Plotting Points - Lists - Simple pendulum - Strings - Summary - - Session 3: (CB) + - Session 3 (Mon 10:20): (CB) - Basic statistical calculations - Handling larger data (sslc data) - - Parsing data files - - Dictionaries - - Pie chart - - Arrays for efficiency - - Session 4: (PR) + - Parsing data files + - Dictionaries + - Pie chart + - Arrays for efficiency + + - Session 4 (Mon 11:20): (PR) - Basic matrices. - Elementary image processing. - Add some image processing stuff here. - More matrices -- determinant, inverse. - Least squares fit for data. - - Session 5: (KD) + - Session 5 (Mon 13:40): (KD) - Exercises. - - Session 6: (CB) + - Session 6 (Mon 14:40): (CB) - Solving systems of equations. - Finding roots. + - Introducing functions. + - Solving ODEs. - - Session 7 (Python language basics.): (KD) + - Session 7 (Mon 16:00) (Python language basics.): (KD) - Data types, numbers, booleans, strings. - operators - simple i/o - basic control flow: if/elif/else - - Session 8: (PR) + - Session 8 (Mon 15:00): (PR) - Control flow (while, for, range etc.) - exercises. - Lists, tuples, dicts, sets. - Functions. - - Session 9: (CB) + - Session 9 (Tue 8:00): (CB) - More on functions. - Modules. - Objects. - - Session 10 (Python development): (CB) + - Session 10 (Tue 9:00) (Python development): (CB) - tests - coding style. - Debugging. - - Session 11: (PR + CB) + - Session 11 (Tue 10:20): (PR + CB) - Exercises. - - Session 12: (PR) + - Session 12 (Tue 11:20): (PR) - 3D plotting with Mayavi??