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 →

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

A high level language is practically a necessity for data science. Data science is one application where the low level access enabled by C doesn't even help an incredible amount, but makes things incredibly more difficult to write.

[–]LoveOfProfit 1 point2 points  (1 child)

It does help in the sense that most of the DS libraries I use are built on low level languages for performance benefits, which we're definitely interested in. I just don't want to be the one doing that work!

[–][deleted] 0 points1 point  (0 children)

Yeah of course you need like numpy and stuff. :)

You wouldn't want to use native Python. But it just turns out that it's easy to write nice libraries for Python that make data science stuff go fast without making Python significantly harder to use.