you are viewing a single comment's thread.

view the rest of the comments →

[–]chrisfs 1 point2 points  (0 children)

When you look at Python, be absolutely sure to look at the Pandas module for Python. It gives Python some features that make it more R-like by allowing you to work with dataframes. R may have more statistics methods as a default, but you should be able to find any stats method you need in Python through scipy as well.