Changed Session outline and summary slides.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Wed, 07 Oct 2009 15:21:29 +0530
changeset 53 fc74987a475d
parent 52 fccb3551c7d5 (diff)
parent 51 d3a8a9556a90 (current diff)
child 55 09c73bf81987
child 74 a476c09dcf24
Changed Session outline and summary slides.
day1/Session-1.aux
day1/Session-1.log
day1/Session-1.nav
day1/Session-1.out
day1/Session-1.pdf
day1/Session-1.tex
day1/Session-1.tex~
day1/Session-1.toc
day1/Session-2.aux
day1/Session-2.log
day1/Session-2.nav
day1/Session-2.out
day1/Session-2.pdf
day1/Session-2.tex~
day1/Session-2.toc
day1/Session-3.aux
day1/Session-3.log
day1/Session-3.nav
day1/Session-3.out
day1/Session-3.pdf
day1/Session-3.tex
day1/Session-3.tex~
day1/Session-3.toc
day1/Session-3.vrb
day1/Session-4.aux
day1/Session-4.log
day1/Session-4.nav
day1/Session-4.out
day1/Session-4.pdf
day1/Session-4.tex~
day1/Session-4.toc
--- a/day1/Session-1.tex	Wed Oct 07 15:12:03 2009 +0530
+++ b/day1/Session-1.tex	Wed Oct 07 15:21:29 2009 +0530
@@ -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 @@
 % 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}
--- a/day1/Session-3.tex	Wed Oct 07 15:12:03 2009 +0530
+++ b/day1/Session-3.tex	Wed Oct 07 15:21:29 2009 +0530
@@ -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}