Updated tot session.
--- a/day1/tot.tex Fri Jan 22 20:00:45 2010 +0530
+++ b/day1/tot.tex Sat Jan 23 07:37:54 2010 +0530
@@ -224,9 +224,9 @@
Hit the ``ENTER'' key twice to return to the previous indentation level}
\end{frame}
-\section{Tab completion}
+\section{Tab Completion}
\begin{frame}[fragile]
- \frametitle{Tab completion}
+ \frametitle{Tab Completion}
Type \typ{pri} and hit the Tab key
\begin{lstlisting}
In []: pri <Tab>
@@ -239,10 +239,15 @@
\end{lstlisting}
\end{frame}
-\section{Tab Suggestion}
+\section{Tab Suggestions}
\begin{frame}[fragile]
- \frametitle{Tab suggestion}
-
+ \frametitle{Tab Suggestions}
+ \begin{lstlisting}
+In []: a = 'Hello world'
+
+In []: a.<Tab>
+ \end{lstlisting}
+ \ldots
\end{frame}
\section{Saving Commands}
@@ -275,11 +280,12 @@
\begin{itemize}
\item Opening scite
\begin{itemize}
- \item GNU/Linux: Applications $\rightarrow$ Programming $\rightarrow$ SciTE Text Editor
- \item Windows: Double click on Desktop icon
+ \item GNU/Linux: \alert{Applications} $\rightarrow$ \alert{Programming} $\rightarrow$ \alert{SciTE Text Editor}
+ \item Windows: Double click on the \alert{SciTE} Desktop icon
\end{itemize}
\item Type the contents
\item Saving the file with a filename \alert{File $\rightarrow$ Save as}
+ \item Saving the file \alert{File $\rightarrow$ Save}
\item Exiting the editor \alert{File $\rightarrow$ Exit}
\item To open an existing file: \alert{File $\rightarrow$ Open}
\end{itemize}
@@ -293,6 +299,7 @@
\item Loops - Indentation and breaking out of loops
\item \kwrd{\%hist} - History of commands
\item \kwrd{\%save} - Saving commands
+ \item Using SciTE
\end{itemize}
\end{frame}