saving . . . saved Difference between Python & Ipython has been deleted. Difference between Python & Ipython has been hidden .
Difference between Python & Ipython
Title
Question
Please explain the difference between Python & Ipython

Python Getting-started-with-ipython 00-01 min 0-10 sec 22-06-19, 10:01 a.m. sathyavani

Answers:

IPython provides a rich toolkit to help you make the most out of using Python, with:

<ul style="margin-right: 0px; margin-bottom: 0px; margin-left: 30px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; vertical-align: baseline; list-style-position: initial; list-style-image: initial; box-sizing: inherit; color: rgb(36, 39, 41);"><li style="margin: 0px 0px 0.5em; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; overflow-wrap: break-word;">Powerful Python shells (terminal and Qt-based).</li><li style="margin: 0px 0px 0.5em; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; overflow-wrap: break-word;">A web-based notebook with the same core features but support for code, text, mathematical expressions, inline plots and other rich media.</li><li style="margin: 0px 0px 0.5em; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; overflow-wrap: break-word;">Support for interactive data visualization and use of GUI toolkits.</li><li style="margin: 0px 0px 0.5em; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; overflow-wrap: break-word;">Flexible, embeddable interpreters to load into your own projects.</li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; overflow-wrap: break-word;">Easy to use, high performance tools for parallel computing.</li></ul>
22-06-19, 10:07 a.m. mjchopra19


Python is a programming language. Ipython is an interactive command-line for Python.

22-06-19, 10:29 a.m. iakashchavan


Log-in to answer to this question.