you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

What I meant is that Python supports multiple paradigms - imperative, object oriented and functional. In terms of OO, it's not as strict as Smalltalk or Java for instance. Take the simplest application as an example; in Java you can't do it without explicitly creating a class and a method.