Modules in Python Programming Language

In this tutorial we will learn about the modules. A module can define functions, classes and variables. A module can also include runnable code.Modules are group of functions or statements and we can use this modules in any program.To use module we need use import keyword.



Watch this tutorial to learn about modules in python