The Python Tutorial - 9. Classes, Guido van Rossum and the Python Development Team, 2024 - Official explanation of Python's object-oriented features, including class definition and object instantiation.
Learning Python, 5th Edition, Mark Lutz, 2013 (O'Reilly Media) - Provides a comprehensive introduction to Python's class mechanism and the process of creating objects from classes.
Python Crash Course, 3rd Edition, Eric Matthes, 2022 (No Starch Press) - Offers a practical, hands-on introduction to defining and using classes and creating instances in Python.