
Python Standard Library
The Python Standard Library is a collection of exact syntax, token, and semantics of Python. It comes bundled with core Python distribution.
1. Matplotlib
Matplotlib helps with data analyzing, and is a numerical plotting library.
2. Pandas
It provides fast, expressive, and flexible data structures to easily (and intuitively) work with structured (tabular, multidimensional, potentially heterogeneous) and time-series data.
3. NumPy
It has advanced math functions and a rudimentary scientific computing package.
4. PyGame
PyGame provides an extremely easy interface to the Simple Directmedia Library (SDL) platform-independent graphic, audio, and input libraries.
5. Requests
Requests is a Python Library that lets you send HTTP/1.1 requests, add headers, form data, multipart files, and parameters with simple Python dictionaries.
Document