A Module is a self-contained unit of code or functionality that can be developed, tested, reused, or imported independently.
Modules help organize source code, control dependencies, and separate responsibilities within larger systems.
Related concepts include Syntax and Variable.