The reason behind the use of "self" instead of "this" in OOP in Python
Oct 14, 2021 路 3 min read 路 Introduction In this article, you'll learn how self is used in Python, and why it is used instead of this. If you wanna jump to the answer, read the source directly by clicking here. How self is used in Python In short, It's more of a convention used...
UARTH commented