summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2010-12-10 16:05:09 +0530
committerNishanth Amuluru2010-12-10 16:05:09 +0530
commit5ba6145f59f53ff79f85ba9fb6f1fe52fbfe9d70 (patch)
tree5c77144f4f25e9984c2b76e20e6793cf71b931ea
parent0d85205526f2fa4eb201ae313714145b256c9f71 (diff)
downloadscipycon-5ba6145f59f53ff79f85ba9fb6f1fe52fbfe9d70.tar.gz
scipycon-5ba6145f59f53ff79f85ba9fb6f1fe52fbfe9d70.tar.bz2
scipycon-5ba6145f59f53ff79f85ba9fb6f1fe52fbfe9d70.zip
Updated the tutorial page
-rw-r--r--project/templates/about/tutorial.html29
1 files 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
</ul>
</li>
<li>
-Plotting Experimental Data (1 hr) (<b>punch</b>)
+Plotting Experimental Data (1 hr) (<b>Puneeth</b>)
<ul>
<li>
plotting points with lists
@@ -154,7 +154,7 @@ plotting points with lists
basic lists
<ul>
<li>
-accessing first and last element and negative indexing (no striding)
+indexing
</li>
<li>
appending
@@ -167,7 +167,7 @@ appending
loading data from files using loadtxt
</li>
<li>
-for loop with lists
+using for loop with lists
<ul>
<li>
pendulum example
@@ -192,12 +192,10 @@ pendulum example
Arrays (1 hr) (<b>Perry</b>)
<ul>
<li>
-make a reference to earlier example of squaring as motivation
-and say that there are loads of other goodies
+Why use arrays
<ul>
<li>
-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
</li>
</ul>
</li>
@@ -231,7 +229,7 @@ element wise operations
matrices
<ul>
<li>
-one slide ( det, inv, norm )
+operations on matrices like det, inv, norm.
</li>
</ul>
</li>
@@ -247,7 +245,7 @@ least square fit
Roots
<ul>
<li>
-introduce basic functions
+introduction to functions
</li>
</ul>
</li>
@@ -258,7 +256,7 @@ Solving Equations
ODE
<ul>
<li>
-reinforce function
+revisiting functions
</li>
</ul>
</li>
@@ -291,10 +289,10 @@ conditionals
loops
<ul>
<li>
-while (Fibonacci)
+while
</li>
<li>
-range, for (exercises)
+for loop and its usage with range
</li>
</ul>
</li>
@@ -319,7 +317,7 @@ getting started with tuples
sets
</li>
<li>
-spend time on examples
+examples
</li>
</ul>
</li>
@@ -357,11 +355,6 @@ writing re-usable python scripts
</li>
<li>
PEP-8?
-<ul>
-<li>
-download PEP 8 and keep it handy
-</li>
-</ul>
</li>
</ul>
</li>