I just got published on KDNuggets for a guest blog at http://www.kdnuggets.com/2015/12/using-python-r-together.html – I list down the reasons to moving to using both Python and R (not just one) and the current technology for the same. I think the R project could greatly benefit if the huge Python community came closer to using R language, and Python developers could greatly benefit from using R packages
An extract is here-
Using Python and R together: 3 main approaches
-
Both languages borrow from each other. Even seasoned package developers like Hadley Wickham (Rstudio) borrows from Beautiful Soup (python) to make rvest for web scraping.Yhat borrows from
sqldf
to make pandasql. Rather than reinvent the wheel in the other language developers can focus on innovation -
The customer does not care which language the code was written, the customer cares for insights.
To read the complete article … see
http://www.kdnuggets.com/2015/12/using-python-r-together.html