Python · Level 2 of 5
Package
An importable organization of Python modules or subpackages.
Distribution packages and import packages are related but not identical concepts.
Example
Several related modules are grouped under one import namespace.
Listen to the definition and example
Audio transcript
Package. An importable organization of Python modules or subpackages. Distribution packages and import packages are related but not identical concepts. For example: Several related modules are grouped under one import namespace.
Explore this concept
Why it matters
This helps you follow Python-based experiments and understand their data structures and tools.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.