# Module
An [[object]] that serves as an organizational unit of [[Python]] code. Modules have a [[namespace]] containing arbitrary [[Python]] [[Object|objects]].
---
Bibliography:
- [Glossary, module - docs.python.org](https://docs.python.org/3/glossary.html#term-module)