% Created 2010-10-26 Tue 10:33 \documentclass[presentation]{beamer} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{t1enc} \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}