summaryrefslogtreecommitdiff
path: root/day1/Session-4.tex
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-10-08 19:45:43 +0530
committerMadhusudan.C.S2009-10-08 19:45:43 +0530
commit2f5e0db52e85b5e138ce74d87a7391d9a7276cd0 (patch)
tree92a3817b3466f8b9f51ded51c58cb79446c5b7ad /day1/Session-4.tex
parent45c174f062f5f3dfb4e9243283a90b7ec9d0ac30 (diff)
downloadworkshops-more-scipy-2f5e0db52e85b5e138ce74d87a7391d9a7276cd0.tar.gz
workshops-more-scipy-2f5e0db52e85b5e138ce74d87a7391d9a7276cd0.tar.bz2
workshops-more-scipy-2f5e0db52e85b5e138ce74d87a7391d9a7276cd0.zip
Added quiz questions.
Diffstat (limited to 'day1/Session-4.tex')
-rwxr-xr-xday1/Session-4.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/day1/Session-4.tex b/day1/Session-4.tex
index 4dc586b..8dd7150 100755
--- a/day1/Session-4.tex
+++ b/day1/Session-4.tex
@@ -254,11 +254,13 @@ ask_ok(complaint='[y/n]', prompt='?')
\subsection{Functional programming}
\begin{frame}[fragile]
\frametitle{Functional programming}
-What is the basic idea?\\
-Why is it interesting?\\
-\typ{map, reduce, filter}\\
-list comprehension\\
-generators
+ \begin{itemize}
+ \item What is the basic idea?
+ \item Why is it interesting?
+ \item \typ{map, reduce, filter}
+ \item list comprehension
+ \item generators
+ \end{itemize}
\end{frame}
\begin{frame}[fragile]