From c1ad5428ef316602d2acd9165d80f395231bc944 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Thu, 12 Mar 2015 10:37:51 -0400 Subject: Small modifications based on class. --- slides/advanced_python/advanced_py.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'slides/advanced_python/advanced_py.tex') 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} -- cgit