The Python Tutorial - 9. Classes, Python Software Foundation, 2024 - Provides the official explanation of classes, instances, and how attributes (instance variables) work in Python.
Learning Python, Mark Lutz, 2013 (O'Reilly Media) - A classic and thorough resource for Python programming, explaining object-oriented principles and the use of instance attributes.