day1/session1.tex
changeset 384 9f9fddf7e37c
parent 382 41c34770d63a
child 385 c70118cdde66
--- a/day1/session1.tex	Tue Mar 30 11:29:26 2010 +0530
+++ b/day1/session1.tex	Wed Apr 21 13:47:36 2010 +0530
@@ -125,27 +125,27 @@
 \begin{frame}
   \frametitle{Workshop Schedule: Day 1}
   \begin{description}
-	\item[Session 1] Mon 09:00--10:00
-	\item[Session 2] Mon 10:05--11:05
-	\item[Session 3] Mon 11:20--12:20
-        \item[Session 4] Mon 12:25--13:25
-        \item[Quiz 1] Mon 14:25--14:45
-        \item[Exercises] Mon 14:45--15:30
-        \item[Session 5] Mon 15:45--16:45
-        \item[Quiz 2] Mon 16:50--17:05
+	\item[Session 1] Fri 09:00--10:00
+	\item[Session 2] Fri 10:05--11:05
+	\item[Session 3] Fri 11:20--12:20
+        \item[Session 4] Fri 12:25--13:25
+        \item[Quiz 1] Fri 14:25--14:45
+        \item[Exercises] Fri 14:45--15:30
+        \item[Session 5] Fri 15:45--16:45
+        \item[Quiz 2] Fri 16:50--17:05
   \end{description}
 \end{frame}
 
 \begin{frame}
   \frametitle{Workshop Schedule: Day 2}
   \begin{description}
-	\item[Session 1] Tue 09:00--10:00
-	\item[Session 2] Tue 10:05--11:05
-	\item[Session 3] Tue 11:20--12:20
-        \item[Session 4] Tue 12:25--13:25
-        \item[Quiz 1] Tue 14:25--14:45
-        \item[Exercises] Tue 14:45--15:30
-        \item[Session 5] Tue 15:45--16:45
+	\item[Session 1] Sat 09:00--10:00
+	\item[Session 2] Sat 10:05--11:05
+	\item[Session 3] Sat 11:20--12:20
+        \item[Session 4] Sat 12:25--13:25
+        \item[Quiz 1] Sat 14:25--14:45
+        \item[Exercises] Sat 14:45--15:30
+        \item[Session 5] Sat 15:45--16:45
   \end{description}
 \end{frame}
 
@@ -194,30 +194,30 @@
   \end{block}
 \end{frame}
 
-\begin{frame}[fragile]
-\frametitle{The Python interpreter \ldots}
-\begin{block}{}
-\begin{lstlisting}
-  $ python
-\end{lstlisting} %$
-\end{block}
-\begin{lstlisting}     
-  >>> print "Hello, World!"
-  Hello, World!
-\end{lstlisting}
-Exiting
-\begin{lstlisting}     
-  >>> ^D(Ctrl-D)
-  $
-\end{lstlisting} %$
-\end{frame}
+%% \begin{frame}[fragile]
+%% \frametitle{The Python interpreter \ldots}
+%% \begin{block}{}
+%% \begin{lstlisting}
+%%   $ python
+%% \end{lstlisting} %$
+%% \end{block}
+%% \begin{lstlisting}     
+%%   >>> print "Hello, World!"
+%%   Hello, World!
+%% \end{lstlisting}
+%% Exiting
+%% \begin{lstlisting}     
+%%   >>> ^D(Ctrl-D)
+%%   $
+%% \end{lstlisting} %$
+%% \end{frame}
 
 \section{Starting up Ipython}
 \begin{frame}[fragile]
 \frametitle{Starting up \ldots}
 \begin{block}{}
 \begin{lstlisting}
-  $ ipython
+  $ ipython -pylab
 \end{lstlisting} %$
 \end{block}
 \begin{lstlisting}     
@@ -232,19 +232,19 @@
 An alternative to IPython is bpython
 \end{frame}
 
-\section{Ipython with magic}
-\begin{frame}[fragile]
-\frametitle{Let the magic begin \ldots}
-\begin{itemize}
-\item \alert{IPython is an improved interpreter}\\
-\item \alert{Recommended for Scientific and Computing work}\\
-\end{itemize}
-\begin{block}{}
-\begin{lstlisting}
-  $ ipython -pylab  
-\end{lstlisting} %$
-\end{block}
-\end{frame}
+%% \section{Ipython with magic}
+%% \begin{frame}[fragile]
+%% \frametitle{Let the magic begin \ldots}
+%% \begin{itemize}
+%% \item \alert{IPython is an improved interpreter}\\
+%% \item \alert{Recommended for Scientific and Computing work}\\
+%% \end{itemize}
+%% \begin{block}{}
+%% \begin{lstlisting}
+%%   $ ipython -pylab  
+%% \end{lstlisting} %$
+%% \end{block}
+%% \end{frame}
 
 \section{Loops}
 \begin{frame}[fragile]