pip

CentOS 7 installs Python 3.6, pip3 error problem

After installing Python 3.6.3 on CentOS 7, the following errors occurred when using the pip command ...
12:30 13 July 2020

A course of neural network based on DGL library Diagram -- basic drawing operation

Recently contacted with graph neural network, I feel that this device can provide multi granularity perspective. After a...
20:46 27 June 2020

Selenium+Tesseract cracking login verification code

preface The type of login verification code I cracked is the type of mathematical formula, i.e... does it look simple, b...
0:25 25 June 2020

Detailed derivation of codeforces round (Div. 2) e. memory and casinos

Title Link What's more, a gambler is in nnn casinos. He has PIP in every casino_ The winning rate of IPI, if it wins, it...
0:40 21 June 2020

Implementation of Data Driven Testing for Python Selenium

The benefits of data-driven mode testing are obvious compared to those of normal mode testing.Using a data-driven model,...
22:32 3 June 2020

A Python utility artifact with five lines of Python code for one-click bulk snapshots

Today, I'm sharing a Python look-alike and functional. In...
22:40 19 May 2020

Management of multiple crawlers of the scrapy by using the scrapyd

Note: Environmental preparation is based on Ubuntu16.04 ...
11:47 19 May 2020

Python notes: drawing nine visual graphics with Pyecharts

First install the module conda install pyecharts perhaps ...
11:31 9 May 2020

Absolute Dry, Instances take you through the flask framework of python-web

Ridiculous _Recently, I haven't coded for a l...
12:37 6 May 2020

2D Game Development - sy2.Python-pygame

Python's pygame game development Use pygame m...
13:32 15 March 2020

Python full stack advanced programming skills

Article directory 1, Generator send method 1. Synchronous and asynchronous 2. Blocked, non blocked 3. send() method of...
7:42 7 February 2020

Using IPython programming tool under linux

One. Install IPython tools IPython is a third...
9:34 3 February 2020

Docker and docker compose deployment

1. Docker deployment 1.1 mode 1: Download software source wget -O /etc/yum.repos.d/docker-ce.repo https://mirrors.ustc.e...
11:40 2 February 2020

python learning notes hands on how to use native urllib to send network requests

example teaching urllib.urlopen(url[,data[,proxies]]) : https://docs.python.org/2/library/urllib.html The default library of network requests in pyth...
1:30 18 January 2020

Python basics summary (short notes)

Python is a cross platform computer programming language. It is an object-oriented dynamic type language. Notes include the basic skills of compiling ...
4:53 14 January 2020

Python 10 minutes to create your own personal logo

Preface I believe you are no stranger to the use of word cloud. It's easy to use. Just call wordcloud package directly. Its main function is to g...
4:34 4 December 2019

python uses grpc and packages it into python module

xmlrpc is still a feasible solutionI. environmentpython3.6 II. Installation module pip3 install grpcio pip3 install protobuf pip3 install grpcio-tool...
13:56 3 December 2019

Practical encryption module of python

Note 1: MD5, SHA1, SHA256, SHA512 encryption The encryption of these hash algorithms is supported in the built-in module hashlib of python.This part o...
13:07 2 December 2019

A quick start to the tutorial 1 of beautiful soup, a python data extraction tool

brief introduction Picture.png Beautiful Soup is a library that can easily grab information from a web page. It is located at the top of an HTML or X...
9:01 2 December 2019

The most complete pip use guide, 50% you may not have used it

All Python developers know that Python is so popular, which can stand out among many high-level languages. In addition to its simple syntax and easy t...
8:16 6 November 2019

centos server deploys flask project.

Installed environments nginx, Python 3, mysql, uwsgi, virtualenv 1. Create a virtual environment virtualenv -p python3 myblog 2. Enter the Virtual Env...
10:08 3 October 2019