Packages and Modules

This lesson will introduce the concept of packages and modules in python.

Python is known for its brilliant support for third party resources. The language makers can’t add every functionality to the language, therefore, the open-source community has created multiple packages that can be used when needed. We do not need to write code for everything. People have already done that for us. We only need to use that code in our program.

Get hands-on with 1200+ tech skills courses.