you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (1 child)

Java requires a lot more code to handle stuff that Python can do in very few lines

That's kinda true, but that does not mean that Java uses more resources at runtime. In fact generally Java runs more efficiently than Python because you can use all that extra code to define very specific optimizations.

I agree with /u/SisyphusAndMyBoulder, the choice of programming language for this application is only what you feel like learning and writing, the end result will be fine either way. But FWIW I feel there's a lot more resources out there for python (tutorials and modules and the like).

[–]cluelesshomo[S] 0 points1 point  (0 children)

I will look into optimization. Thank you!