Some useful Python libraries.
A library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. – PyPI
A Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. – PyPI
A modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. – PyPI
Builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library. Manipulate your data in Python, then visualize it in a Leaflet map via folium. – PyPI
A comprehensive library for creating static, animated, and interactive visualizations in Python. – PyPI
A Python package that provides fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. – PyPI
A simple, yet elegant, HTTP library. – PyPI
A Python library for rich text and beautiful formatting in the terminal. – PyPI
https://github.com/Textualize/rich
A Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. – PyPI