The Python Tutorial - 9. Classes, Python Software Foundation, 2024 (Python Software Foundation) - Official documentation explaining Python's class syntax, instance creation, and method definitions where self is demonstrated.
Learning Python, Mark Lutz, 2013 (O'Reilly Media) - A comprehensive book on Python, covering object-oriented programming fundamentals and the mechanics of methods and instance attributes via self. 5th edition.