diff options
Diffstat (limited to 'slides/advanced_python/advanced_py.tex')
-rw-r--r-- | slides/advanced_python/advanced_py.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/slides/advanced_python/advanced_py.tex b/slides/advanced_python/advanced_py.tex index b15419e..0be43d6 100644 --- a/slides/advanced_python/advanced_py.tex +++ b/slides/advanced_python/advanced_py.tex @@ -50,4 +50,14 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries} \include{slides/scipy} \include{slides/modules} +\section{Other packages} + +\begin{frame}{Very useful packages} + \begin{itemize} + \item \url{http://ipython.org/} + \item \url{http://sympy.org/} + \item \url{http://pandas.pydata.org/} + \end{itemize} +\end{frame} + \end{document} |