For data science with python which IDE is best? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

For data science with python which IDE is best?

Which one I should prefer. 1) pycharm 2) spyder 3) jupyter

22nd May 2020, 10:18 AM
Shobhit Pandey
Shobhit Pandey - avatar
3 Answers
+ 1
The scientific tools are only available in that paid Pro version of Pycharm, not the community edition. I suggest to try Jupyter Lab. That is a web-based interactive notebook that can run code snippets and can also handle markdown text, graphs etc. If you need IDE support, Visual Studio Code can also handle Jupyter files.
22nd May 2020, 1:46 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Martin Taylor ok but does it make any difference what we call it? VS Code can do almost everything you may expect from an IDE through its plugins, it has a debugger, integration with VC.. And the topic in question is data science. https://code.visualstudio.com/docs/JUMP_LINK__&&__python__&&__JUMP_LINK/data-science-tutorial I don't know if this is the best choice, but it is A choice. 😉
22nd May 2020, 4:15 PM
Tibor Santa
Tibor Santa - avatar
0
Also is important integration with Git, and most editors have it. Also for example Visual Studio Code through plugins can integrate with QT, kite and many other useful toola. Also you can use the big brother, Visual Studio Community that it has support for Pytbon. I use an unknown IDe that is called Eric6.
22nd May 2020, 11:05 PM
GeraltdeRivia