summaryrefslogtreecommitdiff
path: root/getting_started_with_ipython/slides.tex
diff options
context:
space:
mode:
Diffstat (limited to 'getting_started_with_ipython/slides.tex')
-rw-r--r--getting_started_with_ipython/slides.tex11
1 files changed, 8 insertions, 3 deletions
diff --git a/getting_started_with_ipython/slides.tex b/getting_started_with_ipython/slides.tex
index e3bd26a..e6e5222 100644
--- a/getting_started_with_ipython/slides.tex
+++ b/getting_started_with_ipython/slides.tex
@@ -1,4 +1,4 @@
-% Created 2011-05-18 Wed 11:53
+% Created 2011-05-19 Thu 10:47
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -144,6 +144,10 @@ round(2.484, 2)
\begin{enumerate}
+\item ``ipython`` is a programming language similar to Python.
+\begin{itemize}
+\item True or False
+\end{itemize}
\item Which key combination quits ``ipython``?
\begin{itemize}
\item Ctrl + C
@@ -154,7 +158,7 @@ round(2.484, 2)
\item Which character is used at the end of a command, in Ipython to
display the documentation.
\begin{itemize}
-\item under score ($_)$
+\item under score (\_)
\item question mark (?)
\item exclamation mark (!)
\item ampersand (\&)
@@ -165,9 +169,10 @@ round(2.484, 2)
\frametitle{Solutions}
\label{sec-10}
-
+
\begin{enumerate}
+\item False
\item Ctrl + D
\item question mark (?)
\end{enumerate}