blob: cdd2644b618a4a96352600f23f0bdb2eb623a03d (
plain)
1
2
3
4
5
6
7
|
Hello friends and welcome to this tutorial on IPython and its features. IPython
is an enhanced interactive Python interpreter. IPython provides various advanced
features that the vanilla Python interpreter does not. We have shown some of these
features in the previous tutorials. In this tutorial we shall look at a few more
of them.
|