summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burns2010-06-16 23:19:09 -0700
committerChristopher Burns2010-06-16 23:19:09 -0700
commit3f47cf6d39d9dd4f20493a8b1f64136abc14d0d6 (patch)
tree160727afc2298f5c0afacb0d9127c2484c43bfc1
parentb2dd24c540e1d75b614fda6a725aab7b1bbaad06 (diff)
downloadworkshops-3f47cf6d39d9dd4f20493a8b1f64136abc14d0d6.tar.gz
workshops-3f47cf6d39d9dd4f20493a8b1f64136abc14d0d6.tar.bz2
workshops-3f47cf6d39d9dd4f20493a8b1f64136abc14d0d6.zip
Add notes on day2 material for sessions 7-12
--HG-- branch : scipy2010
-rw-r--r--plan.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/plan.rst b/plan.rst
index d221634..b71972d 100644
--- a/plan.rst
+++ b/plan.rst
@@ -54,31 +54,37 @@ as we go over the slides and also add more material as we see fit.
- Solving ODEs.
- Session 7 (Mon 16:00) (Python language basics.): (KD)
+ - *day2 session1 material*
- Data types, numbers, booleans, strings.
- operators
- simple i/o
- basic control flow: if/elif/else
- Session 8 (Mon 15:00): (PR)
+ - *day2 session2 material*
- Control flow (while, for, range etc.)
- exercises.
- Lists, tuples, dicts, sets.
- Functions.
- Session 9 (Tue 8:00): (CB)
+ - *day2 session3 material*
- More on functions.
- Modules.
- Objects.
- Session 10 (Tue 9:00) (Python development): (CB)
+ - *day2 session4 material*
- tests
- coding style.
- Debugging.
- Session 11 (Tue 10:20): (PR + CB)
+ - *day2 session5 material*
- Exercises.
- Session 12 (Tue 11:20): (PR)
+ - *day2 session6 material*
- 3D plotting with Mayavi??