diff options
author | Jovina | 2011-05-19 10:48:33 +0530 |
---|---|---|
committer | Jovina | 2011-05-19 10:48:33 +0530 |
commit | 8716e3e3490ec77535e28411e0d2e744580745f8 (patch) | |
tree | cfb4963810ba3d0d7e675a4d0fecfb044ffb8433 /getting_started_with_ipython/slides.tex | |
parent | 571a098568dca026ca52574516f2f0afcf82af0d (diff) | |
download | st-scripts-8716e3e3490ec77535e28411e0d2e744580745f8.tar.gz st-scripts-8716e3e3490ec77535e28411e0d2e744580745f8.tar.bz2 st-scripts-8716e3e3490ec77535e28411e0d2e744580745f8.zip |
Small changes to 'getting started with ipython'.
Diffstat (limited to 'getting_started_with_ipython/slides.tex')
-rw-r--r-- | getting_started_with_ipython/slides.tex | 11 |
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} |