On 2018-05-07 17:53, Sharan Basappa wrote: > I am a bit confused between module and package in Python. > Does a module contain package or vice versa? > When we import something in Python, do we import a module or a package? > A module is a file. A package is a collection of one or more modules.