diff options
author | Jovina | 2011-05-18 11:51:29 +0530 |
---|---|---|
committer | Jovina | 2011-05-18 11:51:29 +0530 |
commit | 5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b (patch) | |
tree | 43720dcacff5e229a2114a9caa9c39d7241e110a /getting_started_with_ipython | |
parent | 8512c583453031d8421034e2f0e6b8b3fd0873d6 (diff) | |
download | st-scripts-5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b.tar.gz st-scripts-5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b.tar.bz2 st-scripts-5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b.zip |
Minor changes to the script & slides of "getting_started_with_ipython".
Diffstat (limited to 'getting_started_with_ipython')
-rw-r--r-- | getting_started_with_ipython/script.rst | 13 | ||||
-rw-r--r-- | getting_started_with_ipython/slides.org | 13 |
2 files changed, 9 insertions, 17 deletions
diff --git a/getting_started_with_ipython/script.rst b/getting_started_with_ipython/script.rst index c6db7e8..c14c70c 100644 --- a/getting_started_with_ipython/script.rst +++ b/getting_started_with_ipython/script.rst @@ -350,8 +350,6 @@ using delete or backspace key and correct the errors. let us make a typing error deliberately, type -:: - round(2.484 and hit enter, without closing the parenthesis. @@ -439,17 +437,15 @@ let's revise quickly what we have learnt today.In this tutorial we learnt Here are some self assessment questions for you to solve -1. Ipython is a programming similar to Python? - True or False -2. Which key combination quits ``ipython``? +1. Which key combination quits ``ipython``? - Ctrl + C - Ctrl + D - Alt + C - Alt + D -3. Which character is used at the end of a command, in Ipython to +2. Which character is used at the end of a command, in Ipython to display the documentation. - under score (_) @@ -470,9 +466,8 @@ Here are some self assessment questions for you to solve And the answers, -1. Ipython is not a programming language, it is just an interpreter. -2. We use Ctrl D to quit Ipython interpreter. -3. We use ? at the end of the function name to display its documentation. +1. We use Ctrl D to quit Ipython interpreter. +2. We use ? at the end of the function name to display its documentation. .. L34 diff --git a/getting_started_with_ipython/slides.org b/getting_started_with_ipython/slides.org index 7e8d863..0b0ae6a 100644 --- a/getting_started_with_ipython/slides.org +++ b/getting_started_with_ipython/slides.org @@ -87,17 +87,15 @@ - see the documentation of functions using question mark. - interrupt using ~Ctrl-c~ when we make an error. * Evaluation - 1. Ipython is a programming similar to Python? - True or False - 2. Which key combination quits ``ipython``? + 1. Which key combination quits ``ipython``? - Ctrl + C - Ctrl + D - Alt + C - Alt + D - 3. Which character is used at the end of a command, in Ipython to + 2. Which character is used at the end of a command, in Ipython to display the documentation. - under score (_) @@ -105,11 +103,10 @@ - exclamation mark (!) - ampersand (&) * Solutions - 1. False - - 2. Ctrl + D + + 1. Ctrl + D - 3. question mark (?) + 2. question mark (?) * #+begin_latex |