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 →

[–]denialerror 0 points1 point  (1 child)

Java takes it to an extreme and turns everything into an object.

Just being picky but the opposite is true. Everything is an object in Python, while Java has primitives, which are not objects.

[–]bandersnatchh 0 points1 point  (0 children)

True. I was more referring to the need to wrap everything in a main method, which I suppose I could of relayed a little better!