Skip to content
documentation.help
Manuals A–ZSearch
Documentation/Python 3.5/31. Importing Modules

31. Importing Modules

From Python 3.5

previous page next page

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • 3.5.0rc3 Documentation »
  • The Python Standard Library »

31. 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:

  • 31.1. zipimport — Import modules from Zip archives
    • 31.1.1. zipimporter Objects
    • 31.1.2. Examples
  • 31.2. pkgutil — Package extension utility
  • 31.3. modulefinder — Find modules used by a script
    • 31.3.1. Example usage of ModuleFinder
  • 31.4. runpy — Locating and executing Python modules
  • 31.5. importlib – The implementation of import
    • 31.5.1. Introduction
    • 31.5.2. Functions
    • 31.5.3. importlib.abc – Abstract base classes related to import
    • 31.5.4. importlib.machinery – Importers and path hooks
    • 31.5.5. importlib.util – Utility code for importers

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • 3.5.0rc3 Documentation »
  • The Python Standard Library »
© Copyright 1990-2015, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Sep 06, 2015. Found a bug?
Created using Sphinx 1.3.1.
previous page start next page

Static archive of product and software documentation. Trademarks belong to their respective owners.