summaryrefslogtreecommitdiff
path: root/day2/session4.tex
diff options
context:
space:
mode:
authorChristopher Burns2010-06-29 01:59:20 -0500
committerChristopher Burns2010-06-29 01:59:20 -0500
commit3f8d68eb481226b3f48629020a3cd01de86e4bc3 (patch)
tree6d5d8a420c41505c573249dd3d4af0e78097907e /day2/session4.tex
parent7489ee72dc1d08322d05b2ef84a4296dfbdfb6c5 (diff)
downloadworkshops-more-scipy-3f8d68eb481226b3f48629020a3cd01de86e4bc3.tar.gz
workshops-more-scipy-3f8d68eb481226b3f48629020a3cd01de86e4bc3.tar.bz2
workshops-more-scipy-3f8d68eb481226b3f48629020a3cd01de86e4bc3.zip
DOC: Add mailing lists and other links.
--HG-- branch : scipy2010
Diffstat (limited to 'day2/session4.tex')
-rw-r--r--day2/session4.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/day2/session4.tex b/day2/session4.tex
index 21dbdcb..1b8d8dc 100644
--- a/day2/session4.tex
+++ b/day2/session4.tex
@@ -454,6 +454,11 @@ ipdb>
\inctime{15}
\end{frame}
+\begin{frame}
+\frametitle{The Python Debugger}
+\url{http://docs.python.org/library/pdb.html}
+\end{frame}
+
\subsection{Exercise}
\begin{frame}[fragile]
\frametitle{Debugging: Exercise}
@@ -479,6 +484,39 @@ savefig('science.png')
\end{frame}
\begin{frame}
+ \frametitle{Documentation}
+ \begin{itemize}
+ \item Python: \linebreak
+ \url{http://docs.python.org/}
+ \item Scipy \& Numpy: \linebreak
+ \url{http://docs.scipy.org/doc/}
+ \item IPython: \linebreak
+ \url{http://ipython.scipy.org/moin/Documentation}
+ \item Matplotlib: \linebreak
+ \url{http://matplotlib.sourceforge.net/}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Packages}
+ Home for packages
+ \begin{itemize}
+ \item Python Package Index: \linebreak
+ \url{http://pypi.python.org/pypi}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Mailing lists}
+ \begin{itemize}
+ \item numpy-discussion \& Scipy-User: \linebreak
+ \url{http://scipy.org/Mailing_Lists}
+ \item matplotlib-users: \linebreak
+ \url{http://sourceforge.net/mail/?group_id=80706}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
\frametitle{Summary}
We have covered:
\begin{itemize}