A large inventory of commonly used third-party libraries in Python

The Python language has more than 120,000 third-party libraries, covering almost all areas of information technology. Here is a brief introduction to web crawling, automation, data analysis and visualization, WEB development, machine learning, and other commonly used third-party libraries. If there is a library you are interested in, you may wish to try its functions.

1、 Web Crawler

2、 Automation

XlsxWriter-Operate the text, numbers, formulas, charts, etc. of Excel worksheets•win32com-Comprehensive application library for Windows system operations, Office (Word, Excel, etc.) file reading and writing, etc.•** pymysql**-operate MySQL database•pymongo-write data into MongoDBsmtplib-send email module•**selenium-**One call to browse The driver of the browser, through this library, can directly call the browser to complete certain operations, such as entering a verification code, which is often used to automate the browser. • pdfminer-a third-party library that can extract all kinds of information from PDF documents. Different from other PDF-related tools, it can fully obtain and analyze PDF text data•PyPDF2-a library that can split, merge and convert PDF pages. • openpyxl- a third-party Python library for processing Microsoft Excel documents, which supports reading and writing Excel's xls, xlsx, xlsm, xltx, xltm. • python-docx-a Python third-party library for processing Microsoft Word documents. It supports reading, querying and modifying doc, docx and other format files, and can program common styles of Word.

3、 Data analysis and visualization

4、 WEB Development

5、 Machine Learning

6、 Other commonly used

Recommended Posts

A large inventory of commonly used third-party libraries in Python
A summary of 200 Python standard libraries!
Introduction to Python commonly used visualization libraries
How to understand a list of numbers in python
How to find the area of a circle in python
Python commonly used magic methods
The usage of wheel in python
Summary of logarithm method in Python
Summary of Ubuntu commonly used commands
Use of numpy in Python development
Detailed usage of dictionary in Python
Usage of os package in python
The usage of tuples in python
Description of in parameterization in python mysql
Detailed explanation of the use of pip in Python | summary of third-party library installation
Understanding the meaning of rb in python
Installation of python common libraries under windows
How to introduce third-party modules in Python
Implementation of JWT user authentication in python
The usage of Ajax in Python3 crawler
How to install third-party modules in Python
Method of installing django module in python
What is a sequence table in Python
Is a number in python a variable type
How to sort a dictionary in python
Python- crawl all pictures of a station
Python is mainly used in which directions
Is there a helper function in python
Knowledge points of shell execution in python