Added What did we learn at the end of each session.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 07 Oct 2009 15:08:16 +0530
changeset 50 aabaf8ec0a08
parent 49 2adb90f9e287
child 51 d3a8a9556a90
Added What did we learn at the end of each session.
day1/Session-2.tex
day1/Session-4.tex
day1/Session-4.vrb
--- a/day1/Session-2.tex	Wed Oct 07 14:42:38 2009 +0530
+++ b/day1/Session-2.tex	Wed Oct 07 15:08:16 2009 +0530
@@ -496,5 +496,4 @@
   \tableofcontents
   % You might wish to add the option [pausesections]
 \end{frame}
-
 \end{document}
--- a/day1/Session-4.tex	Wed Oct 07 14:42:38 2009 +0530
+++ b/day1/Session-4.tex	Wed Oct 07 15:08:16 2009 +0530
@@ -330,7 +330,6 @@
         \item Process: Hypothesis, test, refine, rinse-repeat
         \item Using \typ{\%debug} and \typ{\%pdb} in IPython
     \end{itemize}
-    \inctime{15} 
 \end{frame}
 
 \begin{frame}[fragile]
@@ -374,15 +373,23 @@
       0     print spam
 ipdb>
 \end{lstlisting}
+\inctime{15} 
 \end{frame}
 
 \begin{frame}[fragile]
 \frametitle{Debugging: Exercise}
+\inctime{10}
 \end{frame}
 
 \begin{frame}
   \frametitle{What did we learn?}
-  \tableofcontents
-  % You might wish to add the option [pausesections]
+  \begin{itemize}
+    \item Creating and using Dictionaries
+    \item Creating and using Sets
+    \item Advances Functions: default arguments, keyword arguments
+    \item Functional Programming, list comprehensions
+    \item Errors and Exceptions in Python
+    \item Debugging: How to use pdb, \%pdb and \%debug in IPython
+  \end{itemize}
 \end{frame}
 \end{document}
--- a/day1/Session-4.vrb	Wed Oct 07 14:42:38 2009 +0530
+++ b/day1/Session-4.vrb	Wed Oct 07 15:08:16 2009 +0530
@@ -1,1 +1,2 @@
 \frametitle {Debugging: Exercise}
+\inctime{10}