From 3f47cf6d39d9dd4f20493a8b1f64136abc14d0d6 Mon Sep 17 00:00:00 2001 From: Christopher Burns Date: Wed, 16 Jun 2010 23:19:09 -0700 Subject: Add notes on day2 material for sessions 7-12 --HG-- branch : scipy2010 --- plan.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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?? -- cgit