Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

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.

Join the conversation