0
Which is a better programming language?Python,Java or C++?
5 Answers
+ 6
For me, C++ is the best of the choices, Python next, and Java is last. Of course, what is better for me has zero bearing on what is better for you or anyone else. C++ has things I like that neither of the others support. Both C++ and Python have things I like Java doesn't support.
+ 2
I think itās a matter of opinion and purpose for it.
For data science or machine learning, Iād recommend python
For software or game, Iād recommend C++
For android apps, Iād recommend java
+ 2
šPython3 and Django for building strong and very rich website ( flask is used for small website,but Django for everything), only HTML knowledge is required in addition.
kivy ( a Python supported Program for anroid )is used for making android apps.
https://www.sololearn.com/Discuss/914940/?ref=app
C++ is multiplatform OOP based programming language (you can make many app including Games)
Java is used to build app that can run on any devices (including Android). JAVA is not JAVASCRIPT
Python is multiplatform OOP based programming languages with easy syntax (compared to other OOP Language)
https://www.sololearn.com/Discuss/437973/?ref=app
https://www.sololearn.com/discuss/1033194/?ref=app
https://www.sololearn.com/discuss/1050538/?ref=app
https://www.sololearn.com/discuss/1062064/?ref=app
https://www.sololearn.com/discuss/1033194/?ref=app
0
thanks guys
- 1
All of them are Best.
If you want to build an IoT system, you need C++ for the hardware, and Python for WebApp and also analyzing you data, and Java for android App.
With the knowledge of all those languages you are able to prototype quickly and ship your product in time.