OrderedDict is the sub object of dict, it will remember the origin order of the content. When compar...
Python html escape and unescape
Python escape or unescape html special words methods. 1、The cgi module that comes with Python has an...
pip3 +python3.7 Error: There was a problem confirming the ssl certificate
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection brok...
Install Pycurl deal some possible problems
In Centos 7 system, Python 3.6 environment, use pip3 install the pycurl modal, may have two problems...

Zbar parse the qrcode
Python can use zbar lib parse the qrcode information, There shows how to install the zbar lib and py...

Tornado asynchronous web request client example
Tornado is a python web Server, which is better for solving long connection request or IO asynchrono...

Install pycurl problems
install pycurl with problems curl-config and ssl libs In centos 7 and python 3.6 environment, instal...

Python recursive optimization
the beautiful style python recursive code, avoids depth exceeded.