0
[DUPLICATE] What is best programming language?
c++ or java or python or other ?
2 Answers
+ 3
https://www.sololearn.com/Discuss/999259/?ref=app
https://www.sololearn.com/discuss/473816/?ref=app
https://www.sololearn.com/discuss/330207/?ref=app
https://www.sololearn.com/discuss/696855/?ref=app
https://www.sololearn.com/discuss/383564/?ref=app
https://www.sololearn.com/discuss/359777/?ref=app
https://www.sololearn.com/discuss/797033/?ref=app
https://www.sololearn.com/discuss/318476/?ref=app
https://www.sololearn.com/discuss/441773/?ref=app
https://www.sololearn.com/discuss/235265/?ref=app
https://www.sololearn.com/discuss/956877/?ref=app
https://www.sololearn.com/discuss/1017896/?ref=app
0
Define "best". C++ is the fastest (not counting assembly language) but complicated and you have to write a lot of code in order to do anything. Java is very versatile, but comparatively slow, and has a few quirks. Python is easy to use and debug and fast to develop with, but slow. All languages have their strong points and their week points.