From 493822563e409a8c518c6bc13ef8d46b0446631b Mon Sep 17 00:00:00 2001 From: Shantanu Choudhary Date: Wed, 28 Oct 2009 15:17:39 +0530 Subject: Corrections to day1 Session1, day2 Session 3 and 4. --- day2/session3.tex | 50 ++++++++++++++++++++++++++------------------------ day2/session4.tex | 16 ++++++++++++++-- 2 files changed, 40 insertions(+), 26 deletions(-) (limited to 'day2') diff --git a/day2/session3.tex b/day2/session3.tex index bf54e97..f623b32 100644 --- a/day2/session3.tex +++ b/day2/session3.tex @@ -97,7 +97,7 @@ % Title page \title[]{3D data Visualization} -\author[FOSSEE Team] {FOSSEE} +\author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} \date[] {1, November 2009\\Day 2, Session 3} @@ -157,22 +157,22 @@ \end{frame} -\begin{frame} - \frametitle{Is this new?} - \begin{center} - We have moved from: - \end{center} - \begin{columns} - \column{} - \hspace*{-1in} - \includegraphics[width=1.75in,height=1.75in, interpolate=true]{data/3832} - \column{}\hspace*{-0.25in} - To - \column{} - \hspace*{-1in} - \includegraphics[width=1.75in, height=1.75in, interpolate=true]{data/torus} - \end{columns} -\end{frame} +%% \begin{frame} +%% \frametitle{Is this new?} +%% \begin{center} +%% We have moved from: +%% \end{center} +%% \begin{columns} +%% \column{} +%% \hspace*{-1in} +%% \includegraphics[width=1.75in,height=1.75in, interpolate=true]{data/3832} +%% \column{}\hspace*{-0.25in} +%% To +%% \column{} +%% \hspace*{-1in} +%% \includegraphics[width=1.75in, height=1.75in, interpolate=true]{data/torus} +%% \end{columns} +%% \end{frame} \begin{frame} \frametitle{3D visualization} @@ -238,7 +238,7 @@ \frametitle{Using mlab} \begin{lstlisting} -In []: from enthought.mayavi import mlab +In []:from enthought.mayavi import mlab \end{lstlisting} \vspace*{0.5in} @@ -250,7 +250,7 @@ In []: from enthought.mayavi import mlab \begin{lstlisting} In []: mlab.test_ In []: mlab.test_contour3d() -in []: mlab.test_contour3d?? +In []: mlab.test_contour3d?? \end{lstlisting} \end{frame} @@ -513,11 +513,13 @@ mlab.show() \end{frame} \begin{frame} - \begin{center} - \Huge - Thank you! - \end{center} + \frametitle{We have covered:} + \begin{itemize} + \item Need of visualization. + \item Using mlab to create 3 D plots. + \item Mayavi Toolkit. + \end{itemize} \end{frame} - + \end{document} diff --git a/day2/session4.tex b/day2/session4.tex index 7b01345..d7aae3f 100644 --- a/day2/session4.tex +++ b/day2/session4.tex @@ -95,9 +95,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[]{Test Driven Approach} +\title[]{Debugging and \\Test Driven Approach} -\author[FOSSEE Team] {FOSSEE} +\author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} \date[] {11, October 2009} @@ -193,7 +193,9 @@ or modulo by zero \item \kwrd{print} based strategy \item Process: \end{itemize} +\begin{center} \pgfimage[interpolate=true,width=5cm,height=5cm]{DebugginDiagram.png} +\end{center} \end{frame} \begin{frame}[fragile] @@ -371,4 +373,14 @@ def test_function_ignore_cases_words(): \inctime{15} \end{frame} +\begin{frame} + \frametitle{We have learned} + \begin{itemize} + \item Following and Resolving Error Messages. + \item Exceptions. + \item Approach for Debugging. + \item Writting and running tests. + \end{itemize} +\end{frame} + \end{document} -- cgit