+ 3

Which programming language is best for data science in between Python and R ?

22nd Dec 2017, 6:03 PM
Kamal Singh
Kamal Singh - avatar
3 Answers
+ 15
Don't open that Pandora's box... đŸ—ƒïžđŸ˜‰ Both are equally good and have wonderful communities, rich libraries and well-documented solutions. The main difference between them is that Python is a high-level, universal scripting language able to function in many different areas, while R is a closed-environment language for statistical computing exclusively. (think of it as VBA -- doesn't really do much outside MS applications) It is not at all impaired, though, when it comes to mathematics and some say Python still has a lot to implement in some areas to match R's might. That below is actually a good comparison: https://www.datacamp.com/community/tutorials/r-or-python-for-data-analysis (although might be a bit outdated)
22nd Dec 2017, 8:16 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 1
thanks
22nd Dec 2017, 8:26 PM
Kamal Singh
Kamal Singh - avatar
0
Very good answer by Kuba, and the infographic in the link in his answer has a lot of useful insight into the question.
23rd Dec 2017, 1:21 PM
Dave