day1/session1.tex
branchscipy2010
changeset 413 984d8a3394cc
parent 407 b5d3b5ddac7b
child 414 68ef3dced7a0
equal deleted inserted replaced
412:ca04d463c573 413:984d8a3394cc
   157   \begin{enumerate}
   157   \begin{enumerate}
   158     \item IPython
   158     \item IPython
   159     \item Editor - we recommend \alert{scite}
   159     \item Editor - we recommend \alert{scite}
   160     \item Data files: 
   160     \item Data files: 
   161       \begin{itemize}
   161       \begin{itemize}
   162       \item \typ{sslc1.txt}
   162       \item \typ{anag.txt}
       
   163       \item \typ{holmes.txt}
   163       \item \typ{pendulum.txt}
   164       \item \typ{pendulum.txt}
   164       \item \typ{pos.txt}
   165       \item \typ{pos.txt}
   165       \item \typ{holmes.txt}
   166       \item \typ{sslc1.txt}
   166       \item \typ{anag.txt}
       
   167       \end{itemize}
   167       \end{itemize}
   168     \item Python scripts: 
   168     \item Python scripts: 
   169       \begin{itemize}
   169       \begin{itemize}
   170       \item \typ{sslc_allreg.py}
   170       \item \typ{sslc_allreg.py}
   171       \item \typ{sslc_science.py}
   171       \item \typ{sslc_science.py}
   529         to get more information on \typ{plot} 
   529         to get more information on \typ{plot} 
   530 
   530 
   531         \vspace*{0.5in}
   531         \vspace*{0.5in}
   532     \item Try: 
   532     \item Try: 
   533 \begin{lstlisting}
   533 \begin{lstlisting}
   534 In []: plot?
   534 In []: plot??
   535 \end{lstlisting}
   535 \end{lstlisting}
   536     to see source code
   536     to see the source code for \typ{plot}
   537 
   537 
   538 \end{itemize}
   538 \end{itemize}
   539 
   539 
   540 \end{frame}
   540 \end{frame}
   541 
   541