A Python module is simply a Python source file, which can expose classes, functions and global variables.
When imported from another Python source file, the file name is treated as a namespace.
namespace.Globalvar
A Python package is simply a directory of Python module(s).