equal
deleted
inserted
replaced
103 tab. IPython does not complete the command since there are many |
103 tab. IPython does not complete the command since there are many |
104 possibilities. It just lists out all the possible completions. |
104 possibilities. It just lists out all the possible completions. |
105 |
105 |
106 Following is an exercise that you must do. |
106 Following is an exercise that you must do. |
107 |
107 |
108 %%1%% Type ``ab`` and hit tab to see what happens. Next, jut type |
108 %%1%% Type ``ab`` and hit tab to see what happens. Next, just type |
109 ``a`` and hit tab to see what happens. |
109 ``a`` and hit tab to see what happens. |
110 |
110 |
111 Please, pause the video here. Do the exercise and then continue. |
111 Please, pause the video here. Do the exercise and then continue. |
112 |
112 |
113 ``ab`` tab completes to ``abs`` and ``a<tab>`` gives us a list of all |
113 ``ab`` tab completes to ``abs`` and ``a<tab>`` gives us a list of all |
200 round(2.484, 2) |
200 round(2.484, 2) |
201 |
201 |
202 This brings us to the end of the tutorial on getting started with |
202 This brings us to the end of the tutorial on getting started with |
203 ``ipython``. |
203 ``ipython``. |
204 |
204 |
205 In this tutorial we have learnt |
205 In this tutorial we have learnt, how to |
206 {{{ show the outline/summary slide. }}} |
206 {{{ show the outline/summary slide. }}} |
|
207 |
|
208 1. invoke the ``ipython`` interpreter. |
|
209 #. quit the ``ipython`` interpreter. |
|
210 #. navigate in the history of ``ipython``. |
|
211 #. use tab-completion. |
|
212 #. look-up documentation of functions. |
|
213 #. interrupt incomplete or incorrect commands. |
207 |
214 |
208 {{{ Show the "sponsored by FOSSEE" slide }}} |
215 {{{ Show the "sponsored by FOSSEE" slide }}} |
209 |
216 |
210 This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India |
217 This tutorial was created as a part of FOSSEE project, NME ICT, MHRD India |
211 |
218 |