diff options
author | Puneeth Chaganti | 2010-10-11 00:58:58 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-10-11 00:58:58 +0530 |
commit | e4402529e3edea8b9c2ccdbaa7f6316a7609eac1 (patch) | |
tree | fcaa8877c6a18b75dc8df03961ec67d352652ca4 /getting-started-ipython/script.rst | |
parent | 8b739f8a4b1af8b6f8ce64270aede0ae881e4e42 (diff) | |
download | st-scripts-e4402529e3edea8b9c2ccdbaa7f6316a7609eac1.tar.gz st-scripts-e4402529e3edea8b9c2ccdbaa7f6316a7609eac1.tar.bz2 st-scripts-e4402529e3edea8b9c2ccdbaa7f6316a7609eac1.zip |
Slides for gatting started with ipython
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 |