summaryrefslogtreecommitdiff
path: root/getting_started_with_ipython
diff options
context:
space:
mode:
authorJovina2011-05-18 12:39:57 +0530
committerJovina2011-05-18 12:39:57 +0530
commitd8138f5b5770f3bd3a5ad18b20c73b41e37820b6 (patch)
treed4be04b705baf8f119a1c3d4c6f6eb44dcfd728e /getting_started_with_ipython
parent5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b (diff)
downloadst-scripts-d8138f5b5770f3bd3a5ad18b20c73b41e37820b6.tar.gz
st-scripts-d8138f5b5770f3bd3a5ad18b20c73b41e37820b6.tar.bz2
st-scripts-d8138f5b5770f3bd3a5ad18b20c73b41e37820b6.zip
Modifications to the slides and script of
1.Getting started with strings 2.Getting started with files.
Diffstat (limited to 'getting_started_with_ipython')
-rw-r--r--getting_started_with_ipython/slides.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/getting_started_with_ipython/slides.tex b/getting_started_with_ipython/slides.tex
index ad3d55a..e3bd26a 100644
--- a/getting_started_with_ipython/slides.tex
+++ b/getting_started_with_ipython/slides.tex
@@ -1,4 +1,4 @@
-% Created 2011-05-18 Wed 10:36
+% Created 2011-05-18 Wed 11:53
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@@ -142,9 +142,8 @@ round(2.484, 2)
\label{sec-9}
+
\begin{enumerate}
-\item Ipython is a programming similar to Python?
- True or False
\item Which key combination quits ``ipython``?
\begin{itemize}
\item Ctrl + C
@@ -166,9 +165,9 @@ round(2.484, 2)
\frametitle{Solutions}
\label{sec-10}
+
\begin{enumerate}
-\item False
\item Ctrl + D
\item question mark (?)
\end{enumerate}