which is best? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

which is best?

Which one is good for most things? And which is best for performance, machine learning, or readability?

9th Jul 2017, 12:33 AM
Wolfy The Wolf
Wolfy The Wolf - avatar
3 Answers
+ 5
There is no best languages, but good programmers. General purposes: - Java / C# - Python, JavaScript Performance (OS, Embedded Sys., Games): - C / C++ Machine learning: - Python
9th Jul 2017, 1:33 AM
Boris Batinkov
Boris Batinkov - avatar
+ 3
C++ for machine learning, performance and good for most things. Definitely as it is low level and can even do android apps (with some portability problems but still). For readability I do not know switch but python is renowned for that
9th Jul 2017, 12:50 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
0
It depends on what you want to do. For example C, C# and C++ are usually used for game developing and IA codes. Swift and Objective C are used to develop iOS apps (you can also do some stuff with C++) To develop Android apps, Java and JavaScript are the best options (even thought people usually think these ones are languages useful just to programm web sites and applets). Also, python is one of the most used for game developing and IA codes.
9th Jul 2017, 7:28 PM
Zenkli
Zenkli - avatar