+ 2
Python @classmethod and @staticmethod.
What is the difference and how i should use this?
2 ответов
+ 5
"class method vs static method in Python"
https://www.geeksforgeeks.org/class-method-vs-static-method-python/
Sololearn material:
https://www.sololearn.com/learn/Python/2473/?ref=app
0
Thanks! 😘