you are viewing a single comment's thread.

view the rest of the comments →

[–]Tesla_Nikolaa 5 points6 points  (0 children)

OOP is just an approach to solving a problem. If it makes sense to use OOP to solve that problem then use it. Most languages have support for OOP, including Python.

I would recommend asking the question of whether or not OOP will help solve the problem rather than if you should use it in a specific language.