self is an object reference to the object itself, therefore, they are same.
Python methods are not called in the context of the object itself.
self in Python may be used to deal with custom object models or something.
↧
Answer by Ming-Tang for What is the purpose of the word 'self', in Python?
↧