summaryrefslogtreecommitdiff
path: root/advanced_python
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-13 13:30:30 +0530
committerPrabhu Ramachandran2017-11-13 13:30:30 +0530
commitc6f80bce2c29a22b1220da23ab3e10f6b02f3d13 (patch)
treea18c5a41b19758d087779037ee2c41c4d3204584 /advanced_python
parenteda8155f9f3dbf602e210ebde37281c09b3a072a (diff)
downloadpython-workshops-c6f80bce2c29a22b1220da23ab3e10f6b02f3d13.tar.gz
python-workshops-c6f80bce2c29a22b1220da23ab3e10f6b02f3d13.tar.bz2
python-workshops-c6f80bce2c29a22b1220da23ab3e10f6b02f3d13.zip
Adding a small introduction.
Diffstat (limited to 'advanced_python')
-rw-r--r--advanced_python/intro.tex61
1 files changed, 61 insertions, 0 deletions
diff --git a/advanced_python/intro.tex b/advanced_python/intro.tex
new file mode 100644
index 0000000..d0a7198
--- /dev/null
+++ b/advanced_python/intro.tex
@@ -0,0 +1,61 @@
+\documentclass[14pt,compress]{beamer}
+
+\input{macros.tex}
+
+\title[Introduction]{Advanced Python}
+\subtitle{Introduction}
+
+\author[FOSSEE] {The FOSSEE Group}
+
+\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
+\date[] {Mumbai, India}
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+\end{frame}
+
+\begin{frame}
+ \frametitle{About this material}
+ \begin{itemize}
+ \item Covers some ``advanced'' Python material
+ \item Does not cover all of Python
+ \item Enough to do many things
+ \vspace*{0.5in}
+ \item Learn more yourselves!
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Pre-requisites}
+ \begin{itemize}
+ \item Know ``Basic Python programming '' material well
+ \item Uses Python 3.x exclusively
+ \item Use any reasonable editor
+ \begin{itemize}
+ \item Canopy
+ \item Spyder
+ \item VS Code \url{code.visualstudio.com}
+ \end{itemize}
+ \item Any Python environment works
+ \begin{itemize}
+ \item Canopy/EDM
+ \item Conda/Anaconda
+ \item Standard Python
+ \end{itemize}
+ \item IPython
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Approach and advice}
+ \begin{itemize}
+ \item Entirely hands-on (type along!)
+ \item Many exercises
+ \item Do not treat this as theory!
+ \item \alert{Learn by doing!}
+ \end{itemize}
+\end{frame}
+
+\end{document}