- 1
Can C++ be use for data science
Reason
6 ответов
+ 4
C++ is a great language, versatile and powerful, but for date science you might want to choose another language that has many built in mathematical functions and easy readable code, like Python maybe.
+ 1
Martin Taylor So, you say that the advantage of C ++ over Python is that it is faster, but the assembler is faster than C ++, does this mean that we should use the assembler for data science?
I think the ultimate advantage of Python is that it is supported by a large community, many libraries and modules have been created for it, and besides that, developing an application in python takes a little time, unlike C++.