Python

7 Python operations

Share 7 Python Sao operations: image to pdf, plagiarism detector, language translation, audio extraction from video files...

2021 Python 2.7 install PIP

Since the mainstream version of `Python` is already `3.x`, many tutorials on the Internet are no longer able to install PIP, so please record

Docker Package Flask image

The main advantage of docker is that it can be easily deployed to the cloud, because the container has the additional benefit of running anywhere without facing dependency conflicts

5 useful Python string methods

I will share with you 5 useful string methods in Python. First, we need to know that all python methods do not change the original value of the string, they return new values

Python3 Peewee use

When using, first define the Model according to the requirements, and then create a table through create_tables(). If the database table has been created, you can directly create the Model through the python -m pwiz script tool

Python Selenium wait for page load to complete

Why set elements to wait? When your network is slow, it is slow to open the webpage, the webpage is not fully opened, the code is already executing, but the element you locate is not found, and python will report an error at this time