diff options
author | Santosh G. Vattam | 2010-04-07 17:34:11 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-07 17:34:11 +0530 |
commit | 6f8ed8e7171d44c858a494aa0a9b1aab6c67282e (patch) | |
tree | 0bc9565133c90f5f59d203fca20d52780319a584 | |
parent | 1659073d100873ccc4647ef9d4dd18e41d40e123 (diff) | |
parent | af3d94db7a85e4985ee222d0099e004365d3985f (diff) | |
download | st-scripts-6f8ed8e7171d44c858a494aa0a9b1aab6c67282e.tar.gz st-scripts-6f8ed8e7171d44c858a494aa0a9b1aab6c67282e.tar.bz2 st-scripts-6f8ed8e7171d44c858a494aa0a9b1aab6c67282e.zip |
Branches merged.
-rw-r--r-- | basic-plot.txt | 4 | ||||
-rw-r--r-- | loopsdatastruct.org | 6 | ||||
-rw-r--r-- | presentations/basic-plot.tex | 7 |
3 files changed, 11 insertions, 6 deletions
diff --git a/basic-plot.txt b/basic-plot.txt index 35f0e67..2aa33b4 100644 --- a/basic-plot.txt +++ b/basic-plot.txt @@ -1,6 +1,6 @@ * Script -*Hello and welcome to the tutorial on Basic Plotting using Python. This is the first tutorial in a series of tutorials on Python for Scientific Computing. This tutorial is created by the FOSSEE team, IIT Bombay . +*Hello and welcome to the tutorial on Basic Plotting using Python. *The intended audience for this tutorial are Engineering, mathematics and science teachers and students @@ -198,7 +198,7 @@ and last closing plot using close() **************** -This brings us to the end of this tutorial. Thank you for attending this on Python for Scientific Computing .Hope you enjoyed it and found it useful. +This brings us to the end of this tutorial. This is the first tutorial in a series of tutorials on Python for Scientific Computing. This tutorial is created by the FOSSEE team, IIT Bombay. Hope you enjoyed it and found it useful. **************** ************ diff --git a/loopsdatastruct.org b/loopsdatastruct.org new file mode 100644 index 0000000..e463f4f --- /dev/null +++ b/loopsdatastruct.org @@ -0,0 +1,6 @@ +(Next slide) + + +Lists +~~~~~ + diff --git a/presentations/basic-plot.tex b/presentations/basic-plot.tex index 89bf1e9..cfb6b70 100644 --- a/presentations/basic-plot.tex +++ b/presentations/basic-plot.tex @@ -97,7 +97,6 @@ \begin{block}{Goal: Successful participants will be able to} \begin{itemize} - \item Getting \item Use Python as a basic Plotting tool. \end{itemize} \end{block} @@ -153,13 +152,13 @@ Exiting \begin{block}{} This is first tutorial from the series of \begin{center} - \textcolor{red}{'Python for Scientific Computing'}. + \textcolor{blue}{'Python for Scientific Computing'}. \end{center} \end{block} \begin{block}{} - It is part of \textcolor{red}{FOSSEE} project funded by: + It is part of \textcolor{blue}{FOSSEE} project funded by: \begin{center} - \textcolor{red}{NME through ICT from MHRD, Govt. of India}. + \textcolor{blue}{NME through ICT from MHRD, Govt. of India}. \end{center} \end{block} \end{frame} |