30. Importing Modules
The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.
The full list of modules described in this chapter is:
- 30.1. imp — Access the import internals
- 30.2. importlib – Convenience wrappers for __import__()
- 30.3. imputil — Import utilities
- 30.4. zipimport — Import modules from Zip archives
- 30.5. pkgutil — Package extension utility
- 30.6. modulefinder — Find modules used by a script
- 30.7. runpy — Locating and executing Python modules