diff options
author | Puneeth Chaganti | 2009-10-22 18:47:48 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-22 18:47:48 +0530 |
commit | 740715c1c83bdc8101edc241f68ca7cf57989147 (patch) | |
tree | 7dd32b6f3123d8e51a8562fd8e2b1dbb7436a159 /day1/session2.tex | |
parent | d3ebbf691d0b6a8640bfba83d725cd3d549b5662 (diff) | |
parent | 4d12d33b995b98626f64ed3a6f1865f35c6458ef (diff) | |
download | workshops-more-scipy-740715c1c83bdc8101edc241f68ca7cf57989147.tar.gz workshops-more-scipy-740715c1c83bdc8101edc241f68ca7cf57989147.tar.bz2 workshops-more-scipy-740715c1c83bdc8101edc241f68ca7cf57989147.zip |
Merged branches.
Diffstat (limited to 'day1/session2.tex')
-rw-r--r-- | day1/session2.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index 965636e..e426543 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -156,10 +156,6 @@ In []: plt.plot(x, f(x)) \inctime{10} \end{frame} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% TIME: 10 m, running -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \section{Creating and running scripts} \begin{frame} {Creating python files} @@ -171,7 +167,7 @@ In []: plt.plot(x, f(x)) \inctime{5} \end{frame} -\section{Files Handling} +\section{File Handling} \begin{frame}[fragile] \frametitle{File and \kwrd{for}} \begin{lstlisting} @@ -266,6 +262,7 @@ Out[]: [1, 2, 3, 4, 5, [6, 7]] \item \kwrd{import} x \item \kwrd{from} x \kwrd{import} y \end{itemize} +\pause Whats the difference?? \inctime{5} \end{frame} |