November 2018
Beginner
304 pages
7h 35m
English
The default Python shell is fine, but there are alternatives. The most popular option is to install the IPython shell from https://ipython.org. This is also included with the Anaconda distribution, as well as a number of supporting tools that enhance the development experience.
IPython provides a number of enhancements to the regular interactive Python experience, such as:
The following screenshot demonstrates how the IPython shell differs from the default ...
Read now
Unlock full access