diff options
author | Parth Buch | 2012-06-06 18:46:13 +0530 |
---|---|---|
committer | Parth Buch | 2012-06-06 18:46:13 +0530 |
commit | 1fcd51a13d44d67cb9e1e18611daedccb4b24226 (patch) | |
tree | bd305e612c25cbcc5b0895194741b2538dcff0c2 | |
parent | 3695183e0b97aa9528151a528f6163741f7d1428 (diff) | |
download | pycon_apac_2012-1fcd51a13d44d67cb9e1e18611daedccb4b24226.tar.gz pycon_apac_2012-1fcd51a13d44d67cb9e1e18611daedccb4b24226.tar.bz2 pycon_apac_2012-1fcd51a13d44d67cb9e1e18611daedccb4b24226.zip |
Added SDES
-rw-r--r-- | fossee.tex | 84 |
1 files changed, 84 insertions, 0 deletions
@@ -18,6 +18,7 @@ \usepackage{url} \usepackage{graphicx} \usepackage{graphics} +\usepackage{qtree} %\usecolortheme{default} % color themes: albatross, beaver, beetle, crane, default, dolphin, dov, fly, lily, orchid, rose, seagull, seahorse, sidebartab, structure, whale, wolverine @@ -40,6 +41,14 @@ \institute{IIT Bombay} \date[]{} %\date[ISPN ’80]{27th International Symposium of Prime Numbers} +\AtBeginSection[] +{ + \begin{frame}<beamer> + \frametitle{Outline} + \tableofcontents[currentsection] + \end{frame} +} + \begin{document} @@ -52,6 +61,81 @@ \tableofcontents \end{frame} + + +\section{SDES} +\subsection{Project Details} +\begin{frame} +\frametitle{SDES} +\begin{block}{Software Development techniques for Engineers \& Scientists} +A semster long foundation course for NON-IT Students. +\end{block} +\end{frame} + +\subsection{Goals} +\begin{frame} +\frametitle{Goals} +\begin{itemize} +\item To use computer as a tool. +\item Learn how to collobrate. +\item Introduce Open Source softwares and tools. +\item Understand the importance of standards and conventions. +\end{itemize} +\end{frame} + + +\subsection{Content} +\begin{frame} +\frametitle{Course Content} +\begin{itemize} +\item ULT +\item Python + \begin{itemize} + \item Advance + \begin{itemize} + \item Matplotlib + \item NumPy + \item SciPy + \end{itemize} + \item Basic + \begin{itemize} + \item IPython + \item DataTypes + \item Built-in-functions + \end{itemize} + \end{itemize} + \item Version Control(Mercurial) + \item Test Driven Development + \begin{itemize} + \item doctest + \item unittest + \item nose test + \end{itemize} + \item LaTeX + \end{itemize} +\end{frame} + + +\subsection{Reach} +\begin{frame} +\frametitle{Reach} +\begin{itemize} +\item Introduced into IIT Bombay curriculam from 2011 +\item Partially introduced in BHU - Varanasi Curriculam +\item Partially introduced in BMS - Bangalore +\item 725 Teachers from across India were trained to deliver this course. +\end{itemize} +\end{frame} + +\subsection{Future} +\begin{frame} +\frametitle{Future} +\begin{itemize} +\item Push this course across universities +\item Convert the courseware to Spoken Tutorials for self learning +\end{itemize} +\end{frame} + \section{Spoken Tutorials} \subsection{Before} \begin{frame} |