+ 4
"
... Simply put, a module in python is a .py file that defines one or more function/classes which you intend to reuse in different codes of your program.
...
...
Unlike C or C++, the term library does not have any specific contextual meaning in p\Python. When used in Python, a library is used loosely to describe a collection of the core modules.
The term âstandard libraryâ in Python language refers to the collection of exact syntax, token and semantics of the Python language which comes bundled with the core Python distribution.
... "
Explained in greater detail:
http://knowpapa.com/modpaclib-py/



