getting-started-ipython/slides.tex
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 11 Oct 2010 00:58:58 +0530
changeset 275 146a6bf5c30b
parent 217 b595f90016c5
child 347 7ac0296d1cf6
permissions -rw-r--r--
Slides for gatting started with ipython

% Created 2010-10-10 Sun 17:34
\documentclass[presentation]{beamer}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usepackage[english]{babel} \usepackage{ae,aecompl}
\usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
\usepackage{listings}
\lstset{language=Python, basicstyle=\ttfamily\bfseries,
commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\providecommand{\alert}[1]{\textbf{#1}}

\title{Getting Started -- \texttt{ipython}}
\author{FOSSEE}
\date{}

\usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
\begin{document}

\maketitle









\begin{frame}
\frametitle{Outline}
\label{sec-1}

\begin{itemize}
\item invoke the \texttt{ipython} interpreter
\item quit the \texttt{ipython} interpreter
\item navigate in the history of \texttt{ipython}
\item use tab-completion
\item look-up documentation of functions
\item interrupt incomplete or incorrect commands
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Summary}
\label{sec-2}

\begin{itemize}
\item invoking and quitting the \texttt{ipython} interpreter
\item navigating the history
\item using tab-completion to work faster
\item looking-up documentation using \texttt{?}
\item sending keyboard interrupts using \texttt{Ctrl-C}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Thank you!}
\label{sec-3}

  \begin{block}{}
  \begin{center}
  This spoken tutorial has been produced by the
  \textcolor{blue}{FOSSEE} team, which is funded by the 
  \end{center}
  \begin{center}
    \textcolor{blue}{National Mission on Education through \\
      Information \& Communication Technology \\ 
      MHRD, Govt. of India}.
  \end{center}  
  \end{block}
\end{frame}

\end{document}