day1/session2.tex
changeset 293 f7d7b5565232
parent 290 10528e3073ef
child 300 f87f2a310abe
--- a/day1/session2.tex	Fri Nov 06 18:40:13 2009 +0530
+++ b/day1/session2.tex	Fri Nov 06 20:15:14 2009 +0530
@@ -123,28 +123,7 @@
   % You might wish to add the option [pausesections]
 \end{frame}
 
-%\begin{frame}
-%\frametitle{Python Scripts\ldots}
-%  \begin{itemize}
-%    \item Open a new file in an \alert{editor}
-%    \item Copy and paste from the output of \typ{\%hist -n}
-%    \item Save the file as \typ{sine_plot.py}
-%  \end{itemize}
-%  \begin{itemize}
-%  \item run the file in IPython using \typ{\%run -i sine_plot.py}\\
-%  \end{itemize}
-%\end{frame}
-
-\section{Scripts}
-
-\begin{frame}[fragile]
-\frametitle{Python Scripts}
-  \begin{itemize}
-  \item four\_plot.py is called a Python Script
-  \item run the file in IPython using \typ{\%run -i four_plot.py}
-  \end{itemize}
-\end{frame}
-
+\section{Plotting Points}
 \begin{frame}[fragile]
 \frametitle{Why would I plot f(x)?}
 How often do we plot analytical functions?\\We plot experimental data more.
@@ -483,8 +462,6 @@
 \begin{frame}[fragile]
 \frametitle{What did we learn?}
 \begin{itemize}
-  \item Python scripts
-  \item \kwrd{\%run -i}
   \item Plotting points
   \item Plot attributes
   \item Lists