#52 Modules in Python (Python Tutorials)

#52 Modules in Python (Python Tutorials)

Modules (Part 1)

In this part of our python tutorials series, you will learn about the modules in python.
We use modules to import variables, classes, methods and functions from another python code
file. Some modules are built-in ones that you do not need to install them (They are pre-installed with
python package). There are other ones that you do need to install them and in some other cases,
you write a code and you import its file directory by mentioning its name inside your current
code file.

Watch The Video on Youtube