+ 1
Additional info about oop
Hi! Pls, give an advise where i can find more info about oop with practice on python. Thanks in anvance!
2 Answers
+ 1
Object oriend programming is a paradigm of programming. It is a style of writing code. The creator of python wanted to make a language based on this style/paradigm.
It is hard to practice all aspects of OOP unless you are making a big project. If you want to learn more about python. I'd look at the python documentation. Python.org has these resources
0
Thank you, Adam. I'll try to find a big project.