常用python的标准库

1、itsdangerous    # 加密签名的数据
2、re  # 正则表达式
3、time  # 时间模块
4、keyword  # 查看关键字
5、random  # 随机
6、uuid

  

原文地址:https://www.cnblogs.com/renshaoqi/p/10512910.html