017.Python基础--标准库(一)

1.Python增强:

文件 路径管理:os  shutil glob

命令行参数:sys

正则表达式:re

数学和随机:math  random

进程 线程:threading  multiprocessing

时间 日期:time  datetime

数据压缩:zlib

瑞士军刀(xml):

原文地址:https://www.cnblogs.com/zhouA/p/14518940.html