diff options
Diffstat (limited to 'plan.rst')
-rw-r--r-- | plan.rst | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -4,7 +4,13 @@ Outline and plan for the SciPy2010 tutorial Outline of sessions ---------------------- - - Session 1: +Standard allocation is about 1 hour per session which fits perfectly +with our requirements. However, the level of the fossee slides is +rather basic and we need to add more material to it or adjust the +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) - Checklist - Starting up IPython - Odds and ends @@ -13,14 +19,14 @@ Outline of sessions - Command history - Python scripts. - - Session 2: + - Session 2: (KD) - Plotting Points - Lists - Simple pendulum - Strings - Summary - - Session 3: + - Session 3: (CB) - Basic statistical calculations - Handling larger data (sslc data) - Parsing data files @@ -28,48 +34,48 @@ Outline of sessions - Pie chart - Arrays for efficiency - - Session 4: + - Session 4: (PR) - Basic matrices. - Elementary image processing. - Add some image processing stuff here. - More matrices -- determinant, inverse. - Least squares fit for data. - - Session 5: + - Session 5: (KD) - Exercises. - - Session 6: + - Session 6: (CB) - Solving systems of equations. - Finding roots. - Introducing functions. - Solving ODEs. - - Session 7 (Python language basics.): + - Session 7 (Python language basics.): (KD) - Data types, numbers, booleans, strings. - operators - simple i/o - basic control flow: if/elif/else - - Session 8: + - Session 8: (PR) - Control flow (while, for, range etc.) - exercises. - Lists, tuples, dicts, sets. - Functions. - - Session 9: + - Session 9: (CB) - More on functions. - Modules. - Objects. - - Session 10 (Python development): + - Session 10 (Python development): (CB) - tests - coding style. - Debugging. - - Session 11: + - Session 11: (PR + CB) - Exercises. - - Session 12: + - Session 12: (PR) - 3D plotting with Mayavi?? |