summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantosh G. Vattam2010-01-23 07:37:54 +0530
committerSantosh G. Vattam2010-01-23 07:37:54 +0530
commitb2a8ed0c2749eb5ae02cf0bfaae9ffc72cd4fb4d (patch)
tree70b2767530092494c18d59f8566807e94cccc235
parent7a3a6008feda8e2bbbbae17e5d365be2567904ed (diff)
downloadworkshops-more-scipy-b2a8ed0c2749eb5ae02cf0bfaae9ffc72cd4fb4d.tar.gz
workshops-more-scipy-b2a8ed0c2749eb5ae02cf0bfaae9ffc72cd4fb4d.tar.bz2
workshops-more-scipy-b2a8ed0c2749eb5ae02cf0bfaae9ffc72cd4fb4d.zip
Updated tot session.
-rw-r--r--day1/tot.tex21
1 files changed, 14 insertions, 7 deletions
diff --git a/day1/tot.tex b/day1/tot.tex
index e9ad011..f700bea 100644
--- a/day1/tot.tex
+++ b/day1/tot.tex
@@ -224,9 +224,9 @@ Breaking out of loops
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 @@ Breaking out of loops
\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 @@ Breaking out of loops
\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 @@ Breaking out of loops
\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}