|
|
|
|
|
by 0xd171
2544 days ago
|
|
I've used quite a bit of R and Python and I've never touched Matlab. Similarly to your comment - Python has nothing that comes even close to RStudio for working with data. Jupyter, Spyder, PyCharm, VSCode/Atom with data science extensions - none of them are as good. |
|
It has some key strengths though:
1. RStudio IDE as you note. It's a really great, focused IDE for doing most of the things people do with R.
2. Shiny. Such a well conceived and constructed toolkit for building interactive apps
3. The package ecosystem: lots of really good quality, high performance packages
4. RStudio the company, who contribute a lot to the community - both open source (RStudio IDE, Shiny, tidyverse, ...) and commercial (RSConnect, Package Manager).
From a language design pov I like Julia over Python over R. But for number-heavy computing I prefer the R ecosystem overall.