A native Python IDE built for data science
11–20 of 47 posts
Re: A native Python IDE built for data science
#12Re: A native Python IDE built for data science
#13Also curious about the performance of data-frame viewer for large data sets.
Re: A native Python IDE built for data science
#14In the last year, my workflow for data science/AI has completely shifted to Jupyter notebooks. Is there any IDE that offers a similar experience?
Re: A native Python IDE built for data science
#15In the last year, my workflow for data science/AI has completely shifted to Jupyter notebooks. Is there any IDE that offers a similar experience?
Re: A native Python IDE built for data science
#16Re: A native Python IDE built for data science
#17It's really cool to see. I like seeing science democratized, and Python is definitely a democratizing influence, and the fact that so much of it is open source is really fantastic. I've also noticed that a lot more domain experts are becoming programmer+domain experts through this evolution. It used to be that there were teams with a scientist to design it and one or more programmers to implement it, and that's becoming less of a requirement, which can accelerate the science-ing to a notable degree.
Re: A native Python IDE built for data science
#18A pros/cons comparison to Jupyter would be helpful.
Re: A native Python IDE built for data science
#19I'm curious what advantages are there with this or (PyCharm) over something like Spyder?
RStudio / Rodeo provides an interactive data analysis environment where multiple "views" are presented right in front of the user. A view could be a plot, a data frame or interactions between the code editor and the terminal. As a data analysis person it really helps to put the mental strain of code far away as possible and just explore the data.
Jupyter Notebook are nice but it can get overwhelming (too much scrolling) when things get complicated. Great teaching tool, however.
I think each of these tools have different use cases and it's great that Python is getting more user-friendly with the data science workflow.