summaryrefslogtreecommitdiff
path: root/day1
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-10-07 15:08:16 +0530
committerMadhusudan.C.S2009-10-07 15:08:16 +0530
commit5a213107381b324caed994990869fbdb41617f52 (patch)
treeb71ae803a4427e56f74e5b52b8cef22fd53f6c02 /day1
parent27a802ede6709c0fe24424b3809a65cabc19eabe (diff)
downloadworkshops-more-scipy-5a213107381b324caed994990869fbdb41617f52.tar.gz
workshops-more-scipy-5a213107381b324caed994990869fbdb41617f52.tar.bz2
workshops-more-scipy-5a213107381b324caed994990869fbdb41617f52.zip
Added What did we learn at the end of each session.
Diffstat (limited to 'day1')
-rwxr-xr-xday1/Session-2.tex1
-rwxr-xr-xday1/Session-4.tex13
-rw-r--r--day1/Session-4.vrb1
3 files changed, 11 insertions, 4 deletions
diff --git a/day1/Session-2.tex b/day1/Session-2.tex
index 7ffb6bc..f5f639c 100755
--- a/day1/Session-2.tex
+++ b/day1/Session-2.tex
@@ -496,5 +496,4 @@ Try: \typ{print enumerate(a)}
\tableofcontents
% You might wish to add the option [pausesections]
\end{frame}
-
\end{document}
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}
diff --git a/day1/Session-4.vrb b/day1/Session-4.vrb
index 9b91fe5..5edf650 100644
--- a/day1/Session-4.vrb
+++ b/day1/Session-4.vrb
@@ -1 +1,2 @@
\frametitle {Debugging: Exercise}
+\inctime{10}