Table of Contents:

单元测试

打包

数据库

mysql的python客户端目前市场主流有三个
* mysqldb (mysqlclient) 是mysql官方推出基于C库来写mysql连接库,非纯python。
* mysql connector for python 是mysql官方推出的纯python实现的连接库。
* pymysql 是纯python写的主流连接库。

数据序列化