Tag

PEP302

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Nov 6, 2021 · Fundamentals

Understanding Python Modules, Packages, and the Import System

This article explains the concepts of Python modules and packages, the mechanics of import statements, the search path and caching behavior, the roles of finders and loaders, and how the import system has evolved through PEP 302 and PEP 420 to support regular and namespace packages.

Import SystemModulesNamespace Packages
0 likes · 22 min read
Understanding Python Modules, Packages, and the Import System