plan.rst
author Christopher Burns <chris.d.burns@gmail.com>
Wed, 16 Jun 2010 22:56:20 -0700
branchscipy2010
changeset 402 055350d3b8a3
parent 400 b9c7ef95d875
child 403 9b8f03e012ba
permissions -rw-r--r--
Add timestamps to sessions

Outline and plan for the SciPy2010 tutorial
=============================================

Outline of sessions
----------------------

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 (Mon 8:00): (PR/KD)
    - Checklist
    - Starting up IPython
    - Odds and ends
    - Introductory Plotting
    - Review problem
    - Command history
    - Python scripts.

  - Session 2 (Mon 9:00): (KD)
    - Plotting Points
    - Lists
    - Simple pendulum
    - Strings
    - Summary

  - 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 (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 (Mon 13:40): (KD)
    - Exercises.

  - Session 6 (Mon 14:40): (CB)
    - Solving systems of equations.
    - Finding roots.

      - Introducing functions.
    
    - Solving ODEs.

  - 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 (Mon 15:00): (PR)
    - Control flow (while, for, range etc.)
    - exercises.
    - Lists, tuples, dicts, sets.
    - Functions.

  - Session 9 (Tue 8:00): (CB)
    - More on functions.
    - Modules.
    - Objects.

  - Session 10 (Tue 9:00) (Python development): (CB)
    - tests
    - coding style.
    - Debugging.

  - Session 11 (Tue 10:20): (PR + CB)
    - Exercises.

  - Session 12 (Tue 11:20): (PR)
    - 3D plotting with Mayavi??