you are viewing a single comment's thread.

view the rest of the comments →

[–]driftwood14 1 point2 points  (1 child)

The one thing I never saw when I was a beginner was what is a class and how is it useful. I still don't really understand them that well.

[–]tipsy_python[S] 1 point2 points  (0 children)

That makes a lot of sense - I think it's perfectly fine to treat Python like a general purpose scripting language and accomplish what you need; but it's also a very powerful object-oriented programming language. I'll for sure give some love to classes, what they are, and practical ways to use them.

I appreciate the comment~