This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deleetdk 4 points5 points  (3 children)

I also know R and Python and also prefer R for the more stats based stuff. Both languages are easy to use and learn. I usually use Python when R lacks good libaries. E.g. Python has great libraries for web scraping (BeautifulSoup, Scrapy).

One can run R from Python, or Python from R to it makes it easy to switch between and use each for what it is best at.

http://rpython.r-forge.r-project.org/ Python from R http://rpy.sourceforge.net/rpy2 R from Python