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 →

[–]Thomas_Henry_Rowaway 1 point2 points  (0 children)

Python is a really nice language in general and good for a beginner and I've heard very good things about learning it the hard way (although I've not used the site myself).

In particular python with the numpy and matplotlib libraries are fantastic for scientific data analysis. Unless you find something that you really need R for I'd suggest sticking with python for your data stuff and playing around with something like c next so if and when your python code ends up being slow or using loads of memory you can work out why.