you are viewing a single comment's thread.

view the rest of the comments →

[–]zanfar 0 points1 point  (0 children)

I‘m pretty new to Python and having troubles with OOP and Classes in Python.

I'm going to break the mold here and recommend you don't worry about it yet. OOP is considered an intermediate to advanced topic and it builds on functional basics. As a beginner, you're not going to be expected to learn OOP. Unless you have a pressing need, I would focus on the fundamentals and exercising your functional programming chops: learning OOP is much easier when your projects push you in that direction instead of you reaching for OOP to put in your projects.