01 April, 2020

Module Package Library into Python

module: python code contained in a file.
package: python code contained in a directory of file(s). Directory must at least contain an init.py file.
library: a collection of module(s) and package(s).

 

No comments :

Post a Comment