diff options
Diffstat (limited to 'day1/session1.tex')
-rw-r--r-- | day1/session1.tex | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/day1/session1.tex b/day1/session1.tex index dc4b950..125f823 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -130,9 +130,9 @@ \item[Session 3] Sat 11:20--12:20 \item[Session 4] Sat 12:25--13:25 \item[Quiz 1] Sat 14:25--14:40 - \item[Session 5] Sat 14:40--15:40 - \item[Session 6] Sat 15:55--16:55 - \item[Quiz 2] Sat 17:00--17:15 + \item[Session 5] Sat 14:40--15:25 + \item[Session 6] Sat 15:40--16:40 + \item[Quiz 2] Sat 16:45--17:00 \end{description} \end{frame} @@ -144,9 +144,9 @@ \item[Session 3] Sun 11:20--12:20 \item[Session 4] Sun 12:25--13:25 \item[Quiz 1] Sun 14:25--14:40 - \item[Session 5] Sun 14:40--15:40 - \item[Session 6] Sun 15:55--16:55 - \item[Quiz 2] Sun 17:00--17:15 + \item[Session 5] Sun 14:40--15:25 + \item[Session 6] Sun 15:40--16:40 + \item[Quiz 2] Sun 16:45--17:00 \end{description} \end{frame} @@ -488,6 +488,14 @@ Save commands of review problem into file \end{frame} \begin{frame} +\frametitle{Python Scripts\ldots} + This is called a Python Script. + \begin{itemize} + \item run the script in IPython using \typ{\%run -i sine_plot.py}\\ + \end{itemize} +\end{frame} + +\begin{frame} \frametitle{What did we learn?} \begin{itemize} \item Creating simple plots. |