Classes, Python Software Foundation, 2024 - Official documentation covering Python's class syntax, object instantiation, and the role of the __init__ method in object initialization.
Fluent Python, 2nd Edition: Clear, Concise, and Effective Programming, Luciano Ramalho, 2022 (O'Reilly Media) - This book provides a thorough examination of Python's object model and special methods, detailing __init__ within the context of object creation and the data model.