The import system, Python Software Foundation, 2024 - This official documentation provides an authoritative explanation of Python's module import mechanism, including module search paths, execution, and namespace creation.
Learning Python, Mark Lutz, 2013 (O'Reilly Media) - A comprehensive guide to Python fundamentals, detailing modules, import forms, and the underlying namespace model with extensive explanations.