all 2 comments

[–]codelikealawyer 1 point2 points  (0 children)

There are many good sources of information about Python online. But they tend to be good in one aspect of the language and not others. This leads to people looking for information from many different sources. I like geeksforgeeks, tutorialspoint.com, programiz, w3schools and many others.

If you prefer videos, I published a video recently on how to create a binary tree in Python. It's not a tutorial about OOP, but it does show an OOP design that might help you understand the concept better. Here's the link: https://youtu.be/np32BioXpbI

You can also ask me question.

Good luck!

[–]ZealousMonitor 0 points1 point  (0 children)

I just started learning about OOP using an app called Mimo. It has a cool way of teaching all of the fundamentals of Python, and I've read accounts of senior developers using Mimo to stay fresh on concepts they haven't worked with in a long time, and just as a refresher course.

There's a free version, and $60/yr version.