summaryrefslogtreecommitdiff
path: root/getting_started_with_ipython/slides.org
diff options
context:
space:
mode:
authorJovina2011-05-19 10:48:33 +0530
committerJovina2011-05-19 10:48:33 +0530
commit8716e3e3490ec77535e28411e0d2e744580745f8 (patch)
treecfb4963810ba3d0d7e675a4d0fecfb044ffb8433 /getting_started_with_ipython/slides.org
parent571a098568dca026ca52574516f2f0afcf82af0d (diff)
downloadst-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.org')
-rw-r--r--getting_started_with_ipython/slides.org17
1 files changed, 11 insertions, 6 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