day1/session1.tex
changeset 370 b54a496d320c
parent 369 6691465a7f5a
child 374 0ba81871dae5
equal deleted inserted replaced
369:6691465a7f5a 370:b54a496d320c
   209 Exiting
   209 Exiting
   210 \begin{lstlisting}     
   210 \begin{lstlisting}     
   211   In []: ^D(Ctrl-D)
   211   In []: ^D(Ctrl-D)
   212   Do you really want to exit([y]/n)? y
   212   Do you really want to exit([y]/n)? y
   213 \end{lstlisting}
   213 \end{lstlisting}
   214 \alert{IPython is an improved interpreter}
   214 \alert{IPython is an improved interpreter}\\
   215 \alert{Recommended for use in Scientific Computing work}
   215 \alert{Recommended for use in Scientific Computing work}\\
   216 \end{frame}
   216 \end{frame}
   217 
   217 
   218 \begin{frame}[fragile]
   218 \begin{frame}[fragile]
   219 \frametitle{The Python interpreter \ldots}
   219 \frametitle{The Python interpreter \ldots}
   220 \begin{block}{}
   220 \begin{block}{}
   229 Exiting
   229 Exiting
   230 \begin{lstlisting}     
   230 \begin{lstlisting}     
   231   >>> ^D(Ctrl-D)
   231   >>> ^D(Ctrl-D)
   232   $
   232   $
   233 \end{lstlisting} %$
   233 \end{lstlisting} %$
   234 \alert{Note the change in the prompt}
   234 \alert{Note the change in the prompt}\\
   235 \alert{IPython provides many additional features}
   235 \alert{IPython provides many additional features}\\
   236 \end{frame}
   236 \end{frame}
   237 
   237 
   238 %% \begin{frame}[fragile]
   238 %% \begin{frame}[fragile]
   239 %% \frametitle{Loops}
   239 %% \frametitle{Loops}
   240 %% Breaking out of loops
   240 %% Breaking out of loops