What is a Module in Python?

A Module is a script written in Python with import statements, classes, functions etc.

We can use a module in another Python script by importing it or by giving the complete namespace.

With Modules, we can divide the functionality of our application in smaller chunks that can be easily managed.


Posted

in

Tags:

Comments

Leave a Reply