Python doubt
Title
Question
I have a doubt that what is the difference between iPython and normal Python
Python Getting-started-with-ipython 00-01 min 10-20 sec
Answers:
Normal python command opens the default python interpreter that is available with your basic python installation
In case you have installed IPython, in that case the ipython commands opens up an enhanced python interpreter developed specifically for ease of use and with a better user interface, (ipython stands for interactive python).
Login to add comment