What are Python libraries?
It is a collection of files (known as Modules) that contains functions for use by other programs. Libraries allows you to perform lots of actions without writing your own code, this mean that are a reusable piece of code that we can add to our programmes. Some examples: Numpy, Pandas, Pygames, Matplotlib.
Additional information
Module
- It is a file which contains some Python code.
Packages
-Are the files which are downloaded and installed by installers.