Python-mysql-pool(PyMysqlPool)
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 »
Purely functional Python
Functional programming is gaining in popularity as we move to an increasingly parallel world. Sometimes you want access to purely functional syntax and capabilities but you don’t want to have to learn an entirely new language. Coc… Read more