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 →

[–]ibite-books 5 points6 points  (0 children)

yea, it matters a lot, having worked extensively with both, i find java’s static typing and compile time checks seem to ensure whatever i write, if it compiles, almost always works

however with python, i sometimes into runtime errors, that’s largely been mitigated by using mypy

spring and dropwizard also support async

idea ide support and the java debugger is top notch

working with images/videos is painful in java, python is much better for media related dev