summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2010-06-17 16:05:06 -0400
committerPrabhu Ramachandran2010-06-17 16:05:06 -0400
commit3dc651fc91553f9a24eea4a536ff12784e7016c6 (patch)
tree6303b2d333541bd43ae1e0f2165462f401637719
parent12235d92693bde8b8685ca4d03e5a5e93d502ca5 (diff)
downloadworkshops-more-scipy-3dc651fc91553f9a24eea4a536ff12784e7016c6.tar.gz
workshops-more-scipy-3dc651fc91553f9a24eea4a536ff12784e7016c6.tar.bz2
workshops-more-scipy-3dc651fc91553f9a24eea4a536ff12784e7016c6.zip
Small change to allocation.
--HG-- branch : scipy2010
-rw-r--r--plan.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/plan.rst b/plan.rst
index a8504d5..40e3573 100644
--- a/plan.rst
+++ b/plan.rst
@@ -44,7 +44,7 @@ as we go over the slides and also add more material as we see fit.
- Session 5: (KD)
- Exercises.
- - Session 6: (CB)
+ - Session 6: (PR)
- Solving systems of equations.
- Finding roots.
- Introducing functions.
@@ -56,7 +56,7 @@ as we go over the slides and also add more material as we see fit.
- simple i/o
- basic control flow: if/elif/else
- - Session 8: (PR)
+ - Session 8: (CB)
- Control flow (while, for, range etc.)
- exercises.
- Lists, tuples, dicts, sets.