+ 1
Lately i have started struggling with my python course in the oop so what can i do to understand oop easily
1 Respuesta
+ 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/