diff options
author | Prabhu Ramachandran | 2015-03-12 10:39:59 -0400 |
---|---|---|
committer | Prabhu Ramachandran | 2015-03-12 10:39:59 -0400 |
commit | 998fcd1b81b23ff99e311212e23e3af884bec534 (patch) | |
tree | 012b41e675c36235aa2f1bfb2bc03ff823ff0b10 /slides/advanced_python/advanced_py.tex | |
parent | 257b0e6d5c023373cd42b14078b8e24a22444962 (diff) | |
parent | c1ad5428ef316602d2acd9165d80f395231bc944 (diff) | |
download | sees-998fcd1b81b23ff99e311212e23e3af884bec534.tar.gz sees-998fcd1b81b23ff99e311212e23e3af884bec534.tar.bz2 sees-998fcd1b81b23ff99e311212e23e3af884bec534.zip |
Merge pull request #9 from prabhuramachandran/more_python_fixes
More python fixes
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} |