diff options
author | Nishanth Amuluru | 2010-10-11 22:44:21 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2010-10-11 22:44:21 +0530 |
commit | 0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03 (patch) | |
tree | 23e39471c705058c10961ff465517a664abbef43 /getting-started-ipython/script.rst | |
parent | c777a70b51353182bcfadaaff9deb2b9d09cf9a2 (diff) | |
parent | 81a76e18a1b11c9565ee198d7ae58bd49d9b3acb (diff) | |
download | st-scripts-0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03.tar.gz st-scripts-0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03.tar.bz2 st-scripts-0bdc27f2da8baa5bf9b8ae34df1ae5a66e856b03.zip |
merged
Diffstat (limited to 'getting-started-ipython/script.rst')
-rw-r--r-- | getting-started-ipython/script.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/getting-started-ipython/script.rst b/getting-started-ipython/script.rst index e2f280a..c3e502f 100644 --- a/getting-started-ipython/script.rst +++ b/getting-started-ipython/script.rst @@ -105,7 +105,7 @@ possibilities. It just lists out all the possible completions. Following is an exercise that you must do. -%%1%% Type ``ab`` and hit tab to see what happens. Next, jut type +%%1%% Type ``ab`` and hit tab to see what happens. Next, just type ``a`` and hit tab to see what happens. Please, pause the video here. Do the exercise and then continue. @@ -202,9 +202,16 @@ Please, pause the video here. Do the exercises and then continue. This brings us to the end of the tutorial on getting started with ``ipython``. -In this tutorial we have learnt +In this tutorial we have learnt, how to {{{ show the outline/summary slide. }}} + 1. invoke the ``ipython`` interpreter. + #. quit the ``ipython`` interpreter. + #. navigate in the history of ``ipython``. + #. use tab-completion. + #. look-up documentation of functions. + #. interrupt incomplete or incorrect commands. + {{{ Show the "sponsored by FOSSEE" slide }}} This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India |