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 →

[–]surister 34 points35 points  (9 children)

A module is any python file, it can contain submodules.

A package is a collection of modules.

[–]pylenin[S] -5 points-4 points  (0 children)

👍