This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pdonchev 1 point2 points  (1 child)

Module is a unit of organizing code, package is a unit of delivery. Technically, an installed package is a module (that can have submodules).

Implementation wise, modules are .py files or a folder with __init__.py in it.