saving . . . saved ipython has been deleted. ipython has been hidden .
ipython
Title
Question
features of ipython and its uses in data analytics


Python-3.4.3 Getting-started-with-IPython 10-11 min 30-40 sec 22-06-19, 11:18 a.m. logeswari@drmcet.ac.in

Answers:

IPython: 
 - Powerfull python shells
 - a web-based notebook with the same core features but support for code, text, mathematical expressions. inline plots and other rich media
 - Support for interactive data visualization and use of GUI toolkits.
 - Flexible, embeddable interpreters to load into your own projects.
 - Easy to use, high performace tools for parallel computing.

All of these allow for quickly prototyping and checking your code and models.

IPython is an interpreter and is not something that is specific to data analysis. ALthough the above features make it equally useful and effective when used to write Data Analysis code, ML models etc
22-06-19, 11:23 a.m. ankitrj.iitb


Log-in to answer to this question.