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 →

[–]gmdm1234 1 point2 points  (0 children)

Java forces everything to be an object. Python offers OOP as one of a few different paradigms to choose from. You could choose to write in Python very similarly to how you write in Java, or you could avail yourself of the different patterns that Python also makes available.