What do you understand by module and package ?
Question :
What do you understand by module and package ?
A module is a file containing Python codes-including statements, variables, functions and classes. It shall be saved with file extension of ".py". On the other hand a Package is simply a directory of Python modules.