python-mysql-pool - If you use python and mysql, maybe one day you want it. base on pure mysql-connector ,auto manage connection and support 【fixed 、dynamic pool】. (more…)
Read more »
The Python Package Index commonly known as PyPI is a repository of software for the Python programming langauge. Every time you run pip install $PACKAGE you are using PyPI. In this post, you will learn how to continously deploy your own Python packages to... (more…)
Read more »
mifid2-rts - Executable form of the MiFID II RTS (Regulatory Technical Standard) documents. (more…)
Read more »
Async Python is slower than "sync" Python under a realistic benchmark. A bigger worry is that async frameworks go a bit wobbly under load. (more…)
Read more »