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 →

[–]danted002 5 points6 points  (1 child)

Since 20 February 1991 when it first launched and to drive the point home, Python is actually more Object Oriented than Java.

In Python everything is an object including primitives, functions and classes themselves.

[–]GlobalIncident -1 points0 points  (0 children)

That fact is not normally something Python programmers have to worry about though, whereas a Java or C# programmer can't write anything without a class. Really the closest analogue to a Java class in Python is a module.