A Python module is a file containing Python definitions and statements. There are a lot of built-in modules in Python, also known as Python Libraries. Some of these modules come along with Python such as Random module and some we need to install from external site pypi.org. We need to use pip command in command prompt to install external libraries.
#pythonmodules #pythonlibraries #pythonforbeginners #pythontutorial