summaryrefslogtreecommitdiff
path: root/plan.rst
diff options
context:
space:
mode:
authorChristopher Burns2010-06-16 22:56:20 -0700
committerChristopher Burns2010-06-16 22:56:20 -0700
commitb2dd24c540e1d75b614fda6a725aab7b1bbaad06 (patch)
treedd883542e1b686368e6fdd2bebf272f9ace030ee /plan.rst
parentf80a79a4d19d52a7a0a32b1f906d1989b09f2a15 (diff)
downloadworkshops-b2dd24c540e1d75b614fda6a725aab7b1bbaad06.tar.gz
workshops-b2dd24c540e1d75b614fda6a725aab7b1bbaad06.tar.bz2
workshops-b2dd24c540e1d75b614fda6a725aab7b1bbaad06.zip
Add timestamps to sessions
--HG-- branch : scipy2010
Diffstat (limited to 'plan.rst')
-rw-r--r--plan.rst35
1 files changed, 19 insertions, 16 deletions
diff --git a/plan.rst b/plan.rst
index a8504d5..d221634 100644
--- a/plan.rst
+++ b/plan.rst
@@ -10,7 +10,7 @@ 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)
+ - Session 1 (Mon 8:00): (PR/KD)
- Checklist
- Starting up IPython
- Odds and ends
@@ -19,63 +19,66 @@ as we go over the slides and also add more material as we see fit.
- 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??