What is a Python Library?

Python Library is a collection of prebuilt modules and functions, so the user will not have to write all the core code to perform an action.

There are libraries that are standard with the Python distribution that you have installed in your system and 3d Party Libraries that you need to install in your system in order to make your script to run.

The most common libraries that you are going to need as a business user are:

  1. Pandas
  2. Numpy
  3. Matplotlib
  4. Requests
  5. SciPy

There are much more, but you are going to discover them further down in your path, depending on the level that you want your scripts to operate.

Let’s see how you are going to install libraries.

#python-beginner #pandas #python-libraries

Excelython — Part 2: Install Python Libraries
1.20 GEEK