From 5ba6145f59f53ff79f85ba9fb6f1fe52fbfe9d70 Mon Sep 17 00:00:00 2001
From: Nishanth Amuluru
Date: Fri, 10 Dec 2010 16:05:09 +0530
Subject: Updated the tutorial page
---
project/templates/about/tutorial.html | 29 +++++++++++------------------
1 file changed, 11 insertions(+), 18 deletions(-)
diff --git a/project/templates/about/tutorial.html b/project/templates/about/tutorial.html
index f1d0deb..216108f 100644
--- a/project/templates/about/tutorial.html
+++ b/project/templates/about/tutorial.html
@@ -145,7 +145,7 @@ change language to python, import pylab, simple plot, savefig
-Plotting Experimental Data (1 hr) (punch)
+Plotting Experimental Data (1 hr) (Puneeth)
-
plotting points with lists
@@ -154,7 +154,7 @@ plotting points with lists
basic lists
-
-accessing first and last element and negative indexing (no striding)
+indexing
-
appending
@@ -167,7 +167,7 @@ appending
loading data from files using loadtxt
-
-for loop with lists
+using for loop with lists
-
pendulum example
@@ -192,12 +192,10 @@ pendulum example
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 @@ element wise operations
matrices
-
-one slide ( det, inv, norm )
+operations on matrices like det, inv, norm.
@@ -247,7 +245,7 @@ least square fit
Roots
-
-introduce basic functions
+introduction to functions
@@ -258,7 +256,7 @@ Solving Equations
ODE
-
-reinforce function
+revisiting functions
@@ -291,10 +289,10 @@ conditionals
loops
-
-while (Fibonacci)
+while
-
-range, for (exercises)
+for loop and its usage with range
@@ -319,7 +317,7 @@ getting started with tuples
sets
-spend time on examples
+examples
@@ -357,11 +355,6 @@ writing re-usable python scripts
PEP-8?
-
--
-download PEP 8 and keep it handy
-
-
--
cgit