+ 1

Which one is better : Java or Python

6th Oct 2016, 3:08 PM
Chaitanya Jumale
4 Answers
+ 5
Such questions are meaningless, because there are many languages. One might better fit your habits, your skill level and your project, your actual goals. Less others. First question to yo is: better for what?
6th Oct 2016, 3:13 PM
ZoltĂĄn ZörgƑ
ZoltĂĄn ZörgƑ - avatar
+ 1
better for app development
6th Oct 2016, 3:24 PM
Chaitanya Jumale
+ 1
Python is better in the sense it takes less lines to do the same thing in Java, but like zorgo mentioned, you should be asking what java is used for and what python is used for.
6th Oct 2016, 5:27 PM
Mythos
+ 1
"better for app development" is still not concrete enough. For an enterprise class commercial application I would address java. But for example for some office automation I would simply use python. If you want to build web application, java needs heavy architecture, while you can even have a simple web server in python with several code lines. Python can be used as legacy cgi, while java not. Pyhon scripts can be modified just on the fly if needed, java compilation is not so simple... and so on.
7th Oct 2016, 5:46 AM
ZoltĂĄn ZörgƑ
ZoltĂĄn ZörgƑ - avatar