diff options
-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} |