summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-10-07 15:33:21 +0530
committerMadhusudan.C.S2009-10-07 15:33:21 +0530
commit7e2941fc02f4f4b78b67fa76d97b10c40460001d (patch)
tree64b1cacf91b36dfb044e20fd0fbfdf2b6a334dc1
parente038d6501ba65ff669481027230c129689c63d4d (diff)
parent76873b9feefe50bb8ab653a53802460710078d4c (diff)
downloadworkshops-7e2941fc02f4f4b78b67fa76d97b10c40460001d.tar.gz
workshops-7e2941fc02f4f4b78b67fa76d97b10c40460001d.tar.bz2
workshops-7e2941fc02f4f4b78b67fa76d97b10c40460001d.zip
Merge Vattam and Madhu branches.
-rwxr-xr-xday1/Session-1.tex24
-rwxr-xr-xday1/Session-3.tex6
2 files changed, 23 insertions, 7 deletions
diff --git a/day1/Session-1.tex b/day1/Session-1.tex
index 297ca5c..e17e9ae 100755
--- a/day1/Session-1.tex
+++ b/day1/Session-1.tex
@@ -150,8 +150,10 @@
\begin{frame}{About the Workshop}
\begin{block}{Intended Audience}
+ \begin{itemize}
\item Aimed at Engg., Mathematics and Science teachers.
\item Interested students from similar streams.
+ \end{itemize}
\end{block}
\begin{block}{Goal}
@@ -160,14 +162,17 @@
\end{frame}
\begin{frame}{Checklist}
+ \begin {block}{Live Python}
+ Have you booted using the Live Python DVD?
+ \end {block}
\begin{block}{python}
Type python at the command line. Do you see version 2.5 or later?
\end{block}
\begin{block}{IPython}
- Is IPython available?
+ Type ipython at the command line. Is it available?
\end{block}
\begin{block}{Editor}
- Which editor? scite, vim, emacs, \ldots
+ We recommend scite.
\end{block}
\end{frame}
@@ -177,7 +182,7 @@
\begin{itemize}
\item Creator and BDFL: Guido van Rossum
\item December 1989
- \item ``Python'' as in \it Monty Python's Flying Circus
+ \item ``Python'' as in \emph {Monty Python's Flying Circus}
\item 2.6.x
\item PSF license (like BSD: no strings attached)
\item Highly cross platform
@@ -618,9 +623,14 @@ while b < 10:
% TIME: 20 m, running 80m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}
- \frametitle{What did we learn?}
- \tableofcontents
- % You might wish to add the option [pausesections]
+\section{Session Summary}
+\begin{frame}{So what have we learnt so far?}
+ \begin{itemize}
+ \item The interactive interpreter
+ \item Basic Data Types-Numbers
+ \item \typ{if/elif/else, while}
+ \item Simple IO
+ \item Creating and running a Python script
+ \end{itemize}
\end{frame}
\end{document}
diff --git a/day1/Session-3.tex b/day1/Session-3.tex
index ddc3568..0a6cf81 100755
--- a/day1/Session-3.tex
+++ b/day1/Session-3.tex
@@ -110,6 +110,12 @@
\titlepage
\end{frame}
+\begin{frame}
+ \frametitle{Outline}
+ \tableofcontents
+ % You might wish to add the option [pausesections]
+\end{frame}
+
\section{Python}
\subsection{Problem Set based on Lists and Tuples}