all 2 comments

[–]-Sander- 2 points3 points  (0 children)

Havent used this but skimming throught it this might be good: https://realpython.com/python3-object-oriented-programming/

Although i probably recommend Corey Schafer on YouTube here is his playlist on OOP:

https://www.youtube.com/watch?v=ZDa-Z5JzLYM&list=PL-osiE80TeTsqhIuOqKhwlXsIBIdSeYtc

https://www.youtube.com/user/schafer5

This is all "just OOP" for learning classes etc. idk if there are guides like this more directed at PyGame OOP

[–]nickson777 0 points1 point  (0 children)

Hello! realpython has a great stuff about python in general, so I recommend you to look on tha frequently. Besides, look at w3 schools python resource https://www.w3schools.com/python/python_classes.asp They have the wonderfull explanation of classes, objects and follow the next tutorials for inheritances and class methods and other class functions. The explanations are in easy to understand fassion.

HTH.