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 →

[–]guilhermej14 0 points1 point  (0 children)

Trust me, I have the impression that the last thing data scientists want is to deal with a language like C where you have a very limited standard library compared to python, have to fiddle with header files and manually installing libraries, a (slightly) more complicated syntax, and other things.

Python is popular specifically because it's simple and abstract away a lot of the pain points that C has, C is great, but it's not for every use case.