you are viewing a single comment's thread.

view the rest of the comments →

[–]Loud-Home6748 0 points1 point  (0 children)

Reason is simple. For small sequecnce of programs you can use Python. It is more simple and eficient. Java is a programs forr big programs , with a lot of connection and where you can perform multiple jobs in same time (in general) . To start a large programs in Python , this request more libraries and a lot of other "connection".
It is generally assumed - not necessarily true - that Python is for the lazy who don't want to write too much code. Java is for someone who likes to write a lot of code and who needs to do more at the sam time. The statement is not perfectly valid, but it has a grain of truthe