numpy模块
numpy数组(矩阵)的运算, 科学运算, tensorflow
pandas模块
文件(excel)的处理
read_excel()/to_excel()
matplotlib模块
画图, plt.plot()/plt.bar()/plt.scatter()/plt.hist()/plt.pie()
re模块
- 正则表达式,字符串内找特定的字符串
typing模块
- 获取一些数据类型,generator
collections模块
- 增加一些特殊的数据类型
shutil模块
- 文件的解压缩
xml模块
- 配置文件
subprocess模块
- 替代cmd输入命令
python无所不能,只要你想得到的基本都有了