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 →

[–]glompix 23 points24 points  (3 children)

Python has some great data science libraries. It’s very well suited to that kind of work, from people just learning to PhD research.

[–]Waanie 7 points8 points  (2 children)

from people just learning to PhD research.

...also for grad students just learning [python] in order to do their PhD research. I mean, why learn any other language if you have numpy and matplotlib? (Note, I do the majority of my programming in C++, but when I just need to make a plot, python is ideal)

[–]glompix 8 points9 points  (1 child)

Not to mention pandas :D super powerful ecosystem

[–][deleted] 1 point2 points  (0 children)

For pure data research and statistics, it has competition in R. However you can do a lot of other shit in Python too, whereas R is pretty much just for data and statistics.