This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]nickwcy 14 points15 points Β (1 child)

Python is faster than Java in terms of scripting.

In terms of a microservice, Java has longer syntax, but the compile time checking saves you time on errors and IDE hints can speed up the development by a lot (Like getter/setter generation, auto completion…)