How Package, Module, and Import Work in Python - Links to Official Documents

Created On: 2016-11-27

Packages and Modules are major ways of organizing python code. Before you grow big, you should have a good understanding on them.

I have planned to write a post on how these things work in Python, only to find that the official documents are good enough. (I forgot how I learned them since it has been too long.)

So if you want to learn about:

You may read the official document for Modules. Here are the links:

That's a good starting point of understanding packages and modules in python. There are a few more things you may want to know though.

Is this post helpful?