Python or R for data science?
The First Concept on a journey to become usually starts with programming language. It’s not compulsory to learn programming first, but it’s more preferable. Ken Jee , a data scientist specializing in data analytics wrote in one of his article on how he would learn data science if he could start over. In that article he preferred to programming first.Two Of the Best Programming languages for data science are : R and Python. R is preferred in data science because statistics is an important and heavy part of data science and R provides extensive support for statistics. It also have a ability to interface with NoSQL databases and analyze unstructured data. R provides important packages for data wrangling (like dplyr, purrr, readxl,etc) and data visualization tools (like ggplot2,scatterplot3D,etc.) Python in data science is preferred because of the scalability and flexibility to have multiple approaches for a single problem. It is also easy to learn and has a ton of data science libra...