What is the difference between Python and IPython?

前端 未结 7 1685
傲寒
傲寒 2020-12-07 08:18

What exactly is the difference between Python and IPython?

If I write code in Python, will it run in IPython as is or does it need to be modified?

I know IPy

7条回答
  •  臣服心动
    2020-12-07 08:42

    IPython is basically the "recommended" Python shell, which provides extra features. There is no language called IPython.

提交回复
热议问题