...

/

Packages and Modules

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.

Classes and Modules

A class in python is a collection of one or more functions and variables. The functions and variables that are defined in a class are called its members ...

Access this course and 1400+ top-rated courses and projects.