DataTaunew | comments | leaders | submitlogin
3 points by gaspoda 3384 days ago | link | parent

After finishing 3 Course courses of R I have decided that I dont want really work in R and I switched to Python. Its much more intuitive than R, its real programming language, its modern.


2 points by rent0n 3384 days ago | link

Sure. But the point of the article is that R is the de facto language for data science and is strongest than the alternatives in key areas such as data manipulation, data visualisation and machine learning.

-----

3 points by achompas 3383 days ago | link

Hmm. Parent's point is still valid. A language can be (a) excellent at what it was designed to do and (b) poor at what it wasn't designed to do. R is a statistical language first and foremost. My experience is that R is not used in production systems, and has serious PL warts compared to other languages.

Also note: between scikit-learn and pandas, Python is also excellent at ML and data manipulation.

-----




RSS | Announcements