wahyu eko hadi saputroFollowJan 26·1 min readPython Packages and ModuleA. ModuleModule is set / group of function. A module can contain any Pythoncode we like.B. PackageA package is simply a directory that contains a set of modules and a file called__init__.py .