From adbfe2127c219095ec84f08b836a58891f530b35 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 15 May 2021 17:40:04 +0530 Subject: Some updates to initial slides. --- scipy/basic/02_prelims.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scipy/basic/02_prelims.tex') 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} -- cgit