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 | |
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')
-rw-r--r-- | getting_started_with_ipython/slides.org | 17 | ||||
-rw-r--r-- | getting_started_with_ipython/slides.tex | 11 |
2 files changed, 19 insertions, 9 deletions
diff --git a/getting_started_with_ipython/slides.org b/getting_started_with_ipython/slides.org index 0b0ae6a..c4a7190 100644 --- a/getting_started_with_ipython/slides.org +++ b/getting_started_with_ipython/slides.org @@ -88,25 +88,30 @@ - interrupt using ~Ctrl-c~ when we make an error. * Evaluation - 1. Which key combination quits ``ipython``? + 1. ``ipython`` is a programming language similar to Python. + - True or False + + 2. Which key combination quits ``ipython``? - Ctrl + C - Ctrl + D - Alt + C - Alt + D - 2. Which character is used at the end of a command, in Ipython to + 3. Which character is used at the end of a command, in Ipython to display the documentation. - - under score (_) + - under score (\_) - question mark (?) - exclamation mark (!) - ampersand (&) * Solutions - - 1. Ctrl + D + + 1. False + + 2. Ctrl + D - 2. question mark (?) + 3. question mark (?) * #+begin_latex 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} |