Updated Session 1, day 2 slides.
--- a/day1/session2.tex Tue Oct 20 14:41:15 2009 +0530
+++ b/day1/session2.tex Wed Oct 21 20:37:15 2009 +0530
@@ -156,10 +156,6 @@
\inctime{10}
\end{frame}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% TIME: 10 m, running
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
\section{Creating and running scripts}
\begin{frame}
{Creating python files}
@@ -171,7 +167,7 @@
\inctime{5}
\end{frame}
-\section{Files Handling}
+\section{File Handling}
\begin{frame}[fragile]
\frametitle{File and \kwrd{for}}
\begin{lstlisting}
@@ -266,6 +262,7 @@
\item \kwrd{import} x
\item \kwrd{from} x \kwrd{import} y
\end{itemize}
+\pause
Whats the difference??
\inctime{5}
\end{frame}