[TO SOLOLEARN] Please update Python course | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

[TO SOLOLEARN] Please update Python course

I have just started learning Python and I came to the Object Oriented Programming part and suddenly, it became confusing. Especially on the class methods, static methods, Magic Operator, etc. I read some of the comments and a lot of them said that they weren't convinced, or Sololearn needs to explain more, and so on. I am hoping for an update for better explanation. Thank you.

12th Jun 2018, 6:59 PM
iAlfa
iAlfa - avatar
4 Answers
+ 8
Feel free to submit your suggestion in the Feedback section. On the home screen of the mobile app, click the 3 vertical dots in the top right corner, then click on Feedback; with the type as general feedback. This way, sololearn will see your concerns! PS: It may help to give an example of what can be improved.
12th Jun 2018, 7:05 PM
Rrestoring faith
Rrestoring faith - avatar
+ 4
I haven't taken the course. In what way was it explained in the course? There are differences between something needing to be revised and something being too advanced for someone new to pick up immediately without further study and practice.
12th Jun 2018, 7:02 PM
Fata1 Err0r
Fata1 Err0r - avatar
0
Well they used a lot of confusing examples. I wish they could have worded it better. """ Methods of objects we've looked at so far are called by an instance of a class, which is then passed to the self parameter of the method. Class methods are different - they are called by a class, which is passed to the cls parameter of the method. A common use of these are factory methods, which instantiate an instance of a class, using different parameters than those usually passed to the class constructor. Class methods are marked with a classmethod decorator """
12th Jun 2018, 7:06 PM
iAlfa
iAlfa - avatar
0
Now, Sololearn should have a bigger reason to update because Python 3.7 is out. You can try to contact Sololearn at info@sololearn.com
2nd Jul 2018, 8:40 PM
coolboy7
coolboy7 - avatar