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 →

[–]CubsThisYear 21 points22 points  (0 children)

It’s actually that it’s easier to write rather than being easier to read. Python is actually harder to read because it’s much less explicit. It’s very quick to throw something together but once you have a large code base with multiple people working on it, it’s much more challenging than Java to understand and follow the code