author | Nishanth <nishanth@fossee.in> |
Mon, 11 Oct 2010 13:42:52 +0530 | |
changeset 297 | bef342784a40 |
parent 275 | 146a6bf5c30b |
child 347 | 7ac0296d1cf6 |
permissions | -rw-r--r-- |
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
1 |
% Created 2010-10-10 Sun 17:34 |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
2 |
\documentclass[presentation]{beamer} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
3 |
\usepackage[latin1]{inputenc} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
4 |
\usepackage[T1]{fontenc} |
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
5 |
\usepackage{fixltx2e} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
6 |
\usepackage{graphicx} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
7 |
\usepackage{longtable} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
8 |
\usepackage{float} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
9 |
\usepackage{wrapfig} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
10 |
\usepackage{soul} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
11 |
\usepackage{textcomp} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
12 |
\usepackage{marvosym} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
13 |
\usepackage{wasysym} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
14 |
\usepackage{latexsym} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
15 |
\usepackage{amssymb} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
16 |
\usepackage{hyperref} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
17 |
\tolerance=1000 |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
18 |
\usepackage[english]{babel} \usepackage{ae,aecompl} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
19 |
\usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
20 |
\usepackage{listings} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
21 |
\lstset{language=Python, basicstyle=\ttfamily\bfseries, |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
22 |
commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen}, |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
23 |
showstringspaces=false, keywordstyle=\color{blue}\bfseries} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
24 |
\providecommand{\alert}[1]{\textbf{#1}} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
25 |
|
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
26 |
\title{Getting Started -- \texttt{ipython}} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
27 |
\author{FOSSEE} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
28 |
\date{} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
29 |
|
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
30 |
\usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
31 |
\begin{document} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
32 |
|
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
33 |
\maketitle |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
34 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
35 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
36 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
37 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
38 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
39 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
40 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
41 |
|
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
42 |
|
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
43 |
\begin{frame} |
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
44 |
\frametitle{Outline} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
45 |
\label{sec-1} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
46 |
|
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
47 |
\begin{itemize} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
48 |
\item invoke the \texttt{ipython} interpreter |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
49 |
\item quit the \texttt{ipython} interpreter |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
50 |
\item navigate in the history of \texttt{ipython} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
51 |
\item use tab-completion |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
52 |
\item look-up documentation of functions |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
53 |
\item interrupt incomplete or incorrect commands |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
54 |
\end{itemize} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
55 |
\end{frame} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
56 |
\begin{frame} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
57 |
\frametitle{Summary} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
58 |
\label{sec-2} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
59 |
|
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
60 |
\begin{itemize} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
61 |
\item invoking and quitting the \texttt{ipython} interpreter |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
62 |
\item navigating the history |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
63 |
\item using tab-completion to work faster |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
64 |
\item looking-up documentation using \texttt{?} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
65 |
\item sending keyboard interrupts using \texttt{Ctrl-C} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
66 |
\end{itemize} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
67 |
\end{frame} |
275
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
68 |
\begin{frame} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
69 |
\frametitle{Thank you!} |
146a6bf5c30b
Slides for gatting started with ipython
Puneeth Chaganti <punchagan@fossee.in>
parents:
217
diff
changeset
|
70 |
\label{sec-3} |
217
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
71 |
|
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
72 |
\begin{block}{} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
73 |
\begin{center} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
74 |
This spoken tutorial has been produced by the |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
75 |
\textcolor{blue}{FOSSEE} team, which is funded by the |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
76 |
\end{center} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
77 |
\begin{center} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
78 |
\textcolor{blue}{National Mission on Education through \\ |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
79 |
Information \& Communication Technology \\ |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
80 |
MHRD, Govt. of India}. |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
81 |
\end{center} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
82 |
\end{block} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
83 |
\end{frame} |
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
84 |
|
b595f90016c5
Changed structure of my scripts.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
85 |
\end{document} |