summaryrefslogtreecommitdiff
path: root/getting_started_with_ipython/slides.tex
diff options
context:
space:
mode:
authorJovina2011-05-19 14:00:45 +0530
committerJovina2011-05-19 14:00:45 +0530
commit3fafdde94954b1d4912437d78e1ff2136c51bcce (patch)
treea605090987ffd752c28858f791f5d65c9634cecf /getting_started_with_ipython/slides.tex
parent8716e3e3490ec77535e28411e0d2e744580745f8 (diff)
downloadst-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.tar.gz
st-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.tar.bz2
st-scripts-3fafdde94954b1d4912437d78e1ff2136c51bcce.zip
Minor changes to the scripts & slides in 1st module.
Diffstat (limited to 'getting_started_with_ipython/slides.tex')
-rw-r--r--getting_started_with_ipython/slides.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/getting_started_with_ipython/slides.tex b/getting_started_with_ipython/slides.tex
index e6e5222..be811c6 100644
--- a/getting_started_with_ipython/slides.tex
+++ b/getting_started_with_ipython/slides.tex
@@ -1,4 +1,4 @@
-% Created 2011-05-19 Thu 10:47
+% Created 2011-05-19 Thu 13:42
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -73,7 +73,7 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\end{itemize}
\end{frame}
\begin{frame}
-\frametitle{Question 1}
+\frametitle{Exercise 1}
\label{sec-3}
@@ -83,13 +83,13 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\end{enumerate}
\end{frame}
\begin{frame}
-\frametitle{Question 2}
+\frametitle{Exercise 2}
\label{sec-4}
Look-up the documentation of \texttt{round} and see how to use it
\end{frame}
\begin{frame}[fragile]
-\frametitle{Question 3}
+\frametitle{Exercise 3}
\label{sec-5}
Check the output of
@@ -111,7 +111,7 @@ round(2.484, 2)
We get 2.0, 2.5 and 2.48, which are what we expect.
\end{frame}
\begin{frame}
-\frametitle{Question 4}
+\frametitle{Exercise 4}
\label{sec-7}