How python's import machinery works
Briefly

A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended.
When we say python package or simply just we mean a directory that contains one or more modules.
Read at Alone Djangonaut
[
|
]