diff options
author | Madhusudan.C.S | 2009-10-07 15:12:03 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-07 15:12:03 +0530 |
commit | 93e3e8b905c4b235099d630efab8d1ccab52e2e1 (patch) | |
tree | 4675d6e322f8cfc41f8f24424eb8476fa47dd019 | |
parent | 5a213107381b324caed994990869fbdb41617f52 (diff) | |
download | workshops-more-scipy-93e3e8b905c4b235099d630efab8d1ccab52e2e1.tar.gz workshops-more-scipy-93e3e8b905c4b235099d630efab8d1ccab52e2e1.tar.bz2 workshops-more-scipy-93e3e8b905c4b235099d630efab8d1ccab52e2e1.zip |
Added What did we learn at the end of session 2.
-rwxr-xr-x | day1/Session-2.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/day1/Session-2.tex b/day1/Session-2.tex index f5f639c..21daeba 100755 --- a/day1/Session-2.tex +++ b/day1/Session-2.tex @@ -493,7 +493,13 @@ Try: \typ{print enumerate(a)} \begin{frame} \frametitle{What did we learn?} - \tableofcontents - % You might wish to add the option [pausesections] + \begin{itemize} + \item Defining functions and calling them + \item Lists: Creating, Indexing, Slicing and List methods + \item Tuples + \item range() function + \item for loops + \item iterating lists with for, for...range() + \end{itemize} \end{frame} \end{document} |