October 2017
Beginner to intermediate
270 pages
7h
English
In this section, we will introduce Python interactive console, or IPython, a command-line shell that allows us to explore concepts and methods in an interactive way.
To run IPython, you call it from the command line:

Here we see IPython executing, and then the initial quick help. The most interesting part is the last line - it will allow you to import libraries and execute commands and will show the resulting objects. An additional and convenient feature of IPython is that you can redefine variables on the fly to see how the results differ with different inputs.
In the current examples, we are using the standard ...
Read now
Unlock full access