diff -r bbfee5259b95 -r c09beee32d9b project/templates/about/tutorial.html
--- a/project/templates/about/tutorial.html Fri Dec 10 14:20:18 2010 +0530
+++ b/project/templates/about/tutorial.html Fri Dec 10 16:05:09 2010 +0530
@@ -145,7 +145,7 @@
-Plotting Experimental Data (1 hr) (punch)
+Plotting Experimental Data (1 hr) (Puneeth)
-
plotting points with lists
@@ -154,7 +154,7 @@
basic lists
-
-accessing first and last element and negative indexing (no striding)
+indexing
-
appending
@@ -167,7 +167,7 @@
loading data from files using loadtxt
-
-for loop with lists
+using for loop with lists
-
pendulum example
@@ -192,12 +192,10 @@
Arrays (1 hr) (Perry)
-
-make a reference to earlier example of squaring as motivation
-and say that there are loads of other goodies
+Why use arrays
-
-give examples like find sin of a list of million elements
-using for and then use sin(an_array)
+finding sine of a list of million numbers
@@ -231,7 +229,7 @@
matrices
-
-one slide ( det, inv, norm )
+operations on matrices like det, inv, norm.
@@ -247,7 +245,7 @@
Roots
-
-introduce basic functions
+introduction to functions
@@ -258,7 +256,7 @@
ODE
-
-reinforce function
+revisiting functions
@@ -291,10 +289,10 @@
loops
-
-while (Fibonacci)
+while
-
-range, for (exercises)
+for loop and its usage with range
@@ -319,7 +317,7 @@
sets
-spend time on examples
+examples
@@ -357,11 +355,6 @@
PEP-8?
-
--
-download PEP 8 and keep it handy
-
-