I also tried setting the path the ~/.pyenv/shims/python, but that didn't work out either.
A native Python IDE built for data science
31–40 of 47 posts
Re: A native Python IDE built for data science
#32In 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
#33Just curious, what qualifies it as Native?
I am curious about this as well. Taking a look at the source ( https://github.com/yhat/rodeo ) it appears to be in all python. I was under the (perhaps mistaken) impression that native referred to code which compiled to assembly.
Re: A native Python IDE built for data science
#34Just curious, what qualifies it as Native?
Re: A native Python IDE built for data science
#35In the last year, my workflow for data science/AI has completely shifted to Jupyter notebooks. Is there any IDE that offers a similar experience?
There is Beaker notebooks which is similar to Jupyter. Haven't tried it but you can integrate multiple languages in one notebook. http://beakernotebook.com/
Re: A native Python IDE built for data science
#36honest question: what if your science isn't maths/physics/data? I'm a chemist and from what i can see there's @#$@# all out there in FOSS land.
Re: A native Python IDE built for data science
#37See also: Pycharm https://www.jetbrains.com/pycharm/
Re: A native Python IDE built for data science
#38Re: A native Python IDE built for data science
#39honest question: what if your science isn't maths/physics/data? I'm a chemist and from what i can see there's @#$@# all out there in FOSS land.
Use R! https://cran.r-project.org/web/views/ChemPhys.html https://cran.r-project.org/web/views/Pharmacokinetics.html
Re: A native Python IDE built for data science
#40Earlier quoted context omitted.
I am curious about this as well. Taking a look at the source ( https://github.com/yhat/rodeo ) it appears to be in all python. I was under the (perhaps mistaken) impression that native referred to code which compiled to assembly.
When referring to tooling for a language, 'native' tends to mean it's written in that language.