Minor edits to new session.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Thu, 21 Jan 2010 15:39:26 +0530
changeset 357 75e997864adb
parent 356 ba5bf0e476d8
child 360 cb201fe2ecb1
child 362 26c215c5a53b
Minor edits to new session.
day1/tot.tex
--- a/day1/tot.tex	Thu Jan 21 14:50:19 2010 +0530
+++ b/day1/tot.tex	Thu Jan 21 15:39:26 2010 +0530
@@ -210,7 +210,7 @@
   KeyboardInterrupt                   
 
 \end{lstlisting}
-\emphbar{\alert{Indentation: Notice the 4 spaces after\\} \typ{while True:}}
+\emphbar{\alert{Indentation: Notice the 4 spaces before\\} \typ{print "Hello, World!"}}
 \end{frame}
 
 \section{Saving Commands}
@@ -241,9 +241,11 @@
 \begin{frame}[fragile]
   \frametitle{Scite - How to \ldots}
   \begin{itemize}
-  \item Opening a file
-  \item Saving a file
-  \item Exiting the editor
+  \item Opening scite - run scite from command line
+  \item Type the contents
+  \item Saving the file with a filename \alert{File $\rightarrow$ Save as}
+  \item Exiting the editor  \alert{File $\rightarrow$ Exit}
+  \item To open an existing file: \alert{File $\rightarrow$ Open}
   \end{itemize}
 \end{frame}
 
@@ -253,8 +255,8 @@
   \begin{itemize}
     \item Starting up IPython
     \item Loops - Indentation and breaking out of loops
-    \item \kwrd{\%hist}
-    \item Saving commands to a script
+    \item \kwrd{\%hist} - History of commands
+    \item \kwrd{\%save} - Saving commands 
   \end{itemize}
 \end{frame}