diff options
Diffstat (limited to 'day1/Session-4.tex')
-rwxr-xr-x | day1/Session-4.tex | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/day1/Session-4.tex b/day1/Session-4.tex index 5aa552c..9dbffbe 100755 --- a/day1/Session-4.tex +++ b/day1/Session-4.tex @@ -330,7 +330,6 @@ or modulo by zero \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 @@ NameError: global name 'spam' is not defined 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} |