The Python Language Reference, Data model, Python Software Foundation, 2024 - This official documentation section describes Python's object model and the mechanisms involved in custom class creation, including metaclasses.
Fluent Python, 2nd Edition, Luciano Ramalho, 2022 (O'Reilly Media) - A widely recognized book for advanced Python, providing an excellent chapter that explains metaclasses and their use with clear examples.