diff options
author | Jovina | 2011-05-18 12:39:57 +0530 |
---|---|---|
committer | Jovina | 2011-05-18 12:39:57 +0530 |
commit | d8138f5b5770f3bd3a5ad18b20c73b41e37820b6 (patch) | |
tree | d4be04b705baf8f119a1c3d4c6f6eb44dcfd728e /getting_started_with_ipython | |
parent | 5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b (diff) | |
download | st-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.tex | 7 |
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} |