CARVIEW |
Select Language
HTTP/2 301
server: nginx
content-type: text/html
location: https://docs.python.org/3/library/modules.html
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=315360000; includeSubDomains; preload
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 507388
date: Wed, 30 Jul 2025 07:58:19 GMT
x-served-by: cache-lga21973-LGA, cache-hyd1100031-HYD
x-cache: HIT, MISS
x-cache-hits: 10, 0
x-timer: S1753862299.182613,VS0,VE205
content-length: 162
HTTP/2 200
server: nginx
content-type: text/html
last-modified: Wed, 30 Jul 2025 07:27:29 GMT
etag: "6889c961-5107"
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=315360000; includeSubDomains; preload
content-encoding: gzip
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 0
date: Wed, 30 Jul 2025 07:58:19 GMT
x-served-by: cache-lga21976-LGA, cache-hyd1100031-HYD
x-cache: HIT, MISS
x-cache-hits: 3, 0
x-timer: S1753862299.413034,VS0,VE205
vary: Accept-Encoding
content-length: 4119
Importing Modules — Python 3.13.5 documentation
Navigation
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:
zipimport
— Import modules from Zip archivespkgutil
— Package extension utilitymodulefinder
— Find modules used by a scriptrunpy
— Locating and executing Python modulesimportlib
— The implementation ofimport
importlib.resources
– Package resource reading, opening and accessimportlib.resources.abc
– Abstract base classes for resourcesimportlib.metadata
– Accessing package metadata- The initialization of the
sys.path
module search path
Previous topic
Next topic
This page
«
Navigation
©
Copyright
2001-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Jul 30, 2025 (07:25 UTC). Found a bug?
Created using Sphinx 8.2.3.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Jul 30, 2025 (07:25 UTC). Found a bug?
Created using Sphinx 8.2.3.