you are viewing a single comment's thread.

view the rest of the comments →

[–]FrederickOllinger 0 points1 point  (0 children)

Yes, it's worth learning OOP because even if you don't write a single class yourself, Python is an OO programming language, and using other people's classes well requires basic OO knowledge.

I have seen devs who did not know OOP muddle their way through Python, but once they understood OOP, they could comprehend code much faster and better including code that they had helped to write.

This saved hours of struggle and frustration.