Getting started with IPython - English

257263 visits



Outline:

>Use Python 3.5.2 >Use Ipython version 5.1.0 >IPython is an enhanced interactive Python interpreter. >Invoke the IPython interpreter >Quit the IPython interpreter >Navigate the IPython session history >Use tab-completion to work faster. >See the documentation of functions using question mark. >Interrupt commands using Ctrl + C when we make an error. round command