python 3 必须掌握的库

学习库及功能描述

  • os 系统操作,例如创建文件、修改权限等
  • sys 系统库
  • json 解析json和封装json
  • configparser 配置文件解析
  • argparse 运行参数解析
  • requests http请求库非常好用
  • flask 轻量级服务器库
  • socket TCP/IP库
  • time 时间库
  • hashlib 哈希操作库
  • cryptography 比较全面的数据加解密库

为什么python3不支持PYGTK,对GTK由蜜汁好感。

原文地址:https://www.cnblogs.com/bingo711x/p/8818477.html