summaryrefslogtreecommitdiff
path: root/day2/session3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day2/session3.tex')
-rw-r--r--day2/session3.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/day2/session3.tex b/day2/session3.tex
index 463f22a..1714b71 100644
--- a/day2/session3.tex
+++ b/day2/session3.tex
@@ -399,6 +399,27 @@ sp.linspace(-5 * sp.pi, 5 * sp.pi, 500)
\end{description}
\end{frame}
+\begin{frame}[fragile]
+ \frametitle{From which module?}
+
+This plot function in pylab is cool,
+from where do I import it to include it in
+my\_nifty\_module.py?
+
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{From which module?}
+ \begin{lstlisting}
+
+In [15]: plot.__module__
+Out[15]: 'matplotlib.pyplot'
+
+from matplotlib.pyplot import plot
+
+ \end{lstlisting}
+\end{frame}
+
\section{Objects}
\begin{frame}{Everything is an Object!}
\begin{itemize}