diff options
-rw-r--r-- | day1/tot.tex | 21 |
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} |