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
...
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...
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...
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...
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,...
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...
Management of multiple crawlers of the scrapy by using the scrapyd
Note: Environmental preparation is based on Ubuntu16.04
...
Python notes: drawing nine visual graphics with Pyecharts
First install the module
conda install pyecharts perhaps ...
Absolute Dry, Instances take you through the flask framework of python-web
Ridiculous
_Recently, I haven't coded for a l...
Python full stack advanced programming skills
Article directory 1, Generator send method 1. Synchronous and asynchronous 2. Blocked, non blocked 3. send() method of...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...