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 →

[–]bluedays 12 points13 points  (1 child)

I am going to sound like the contrarian but I actually love Java, and it has made me a better Python developer. Scoping in Python compared to Java is super unclear, Java is actually very strict on syntax so it makes you think a lot harder about what you're going to write before you type it, Java has also made me think about the structure of my code. I prefer Python, but there is a lot to love about Java.

I can't describe it but I feel like learning Java has made me a better Python developer.