diff options
author | Prabhu Ramachandran | 2021-05-15 17:40:04 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2021-05-15 17:40:04 +0530 |
commit | adbfe2127c219095ec84f08b836a58891f530b35 (patch) | |
tree | 7872b63131d9a4e164bf3a4acc6fa7ee86d2d654 /scipy/basic/02_prelims.tex | |
parent | 5be924e4f1db66b12e6000ffdfa29486e6012c5e (diff) | |
download | python-workshops-adbfe2127c219095ec84f08b836a58891f530b35.tar.gz python-workshops-adbfe2127c219095ec84f08b836a58891f530b35.tar.bz2 python-workshops-adbfe2127c219095ec84f08b836a58891f530b35.zip |
Some updates to initial slides.
Diffstat (limited to 'scipy/basic/02_prelims.tex')
-rw-r--r-- | scipy/basic/02_prelims.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scipy/basic/02_prelims.tex b/scipy/basic/02_prelims.tex index 59fbffa..eeda59d 100644 --- a/scipy/basic/02_prelims.tex +++ b/scipy/basic/02_prelims.tex @@ -144,10 +144,11 @@ Python} \begin{frame}[fragile] \frametitle{The interpreter} - \small + \footnotesize \begin{lstlisting} $ python -Python 2.7.9 (default, Feb 10 2015, 03:29:10) +Python 3.8.6 | packaged by conda-forge | (default, ...) +[Clang 11.0.1 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> \end{lstlisting} %$ @@ -182,6 +183,7 @@ $ \item \typ{matplotlib} \item \typ{PyQt} \item \typ{django} + \item \typ{PyTorch}, \typ{TensorFlow} \item \typ{mayavi} \item About 1 lakh packages! \end{itemize} |