The Python Tutorial: 6. Modules, Python Software Foundation, 2024 (Python Software Foundation) - Official documentation covering the fundamentals of Python modules, packages, and the significance of the __init__.py file.
Learning Python, 5th Edition, Mark Lutz, 2013 (O'Reilly Media) - A foundational textbook providing comprehensive coverage of Python modules and packages, detailing their structure and import mechanisms.