From 5ed9ae992d68dcf4cc63b95a690cb3ffe354a54b Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 18 May 2011 11:51:29 +0530 Subject: Minor changes to the script & slides of "getting_started_with_ipython". --- getting_started_with_ipython/script.rst | 13 ++++--------- getting_started_with_ipython/slides.org | 13 +++++-------- 2 files changed, 9 insertions(+), 17 deletions(-) (limited to 'getting_started_with_ipython') 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 -- cgit