Python Packages
Created: 2023-03-02 17:57
#quicknote
A module is a file which contains various Python functions and global variables. It is just a file with a .py extension which has python executable code.
A package is a collection of modules.
Tags
#python #course