Lately i have started struggling with my python course in the oop so what can i do to understand oop easily | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Lately i have started struggling with my python course in the oop so what can i do to understand oop easily

6th Dec 2022, 5:59 PM
Abemelek Ermias
Abemelek Ermias - avatar
1 Answer
+ 2
If Python is your first language, learning OOP is going to be a pain, because in Python this "feature" is quite special and unconventional... compared to how it is done in more traditional OOP languages such as Java or C#. Anyway, if the Sololearn lessons seem confusing, I recommend to find some other sources to learn from in parallel. There are loads of tutorials, videos, courses and articles on the internet, I can recommend my personal favourite source RealPython, but it could be a different one that will work best for you. https://realpython.com/python3-object-oriented-programming/ https://realpython.com/learning-paths/object-oriented-programming-oop-python/
6th Dec 2022, 8:42 PM
Tibor Santa
Tibor Santa - avatar