Python模块之目录

 1、加密算法有关

hmac模块

hashlib模块

 

2、进程有关

multiprocessing模块

 

3、线程有关

threading模块

 

4、协程有关

asyncio模块

 

5、系统命令调用

subprocess模块

 

6、系统信号量

signal模块

 

7、数据的压缩与解缩

zlib模块

gzip模块

bz2模块

tarfile模块

zipfile模块

 

8、电子表格2010版的处理

openpyxl模块

 

9、PDF文件的读取、编辑、合并等处理

PyPDF2模块

 

10、操作系统内存、CPU、硬盘、网卡等信息获取

psutil模块

 

11、监控文件系统文件或目录的变化

pyinotify模块

 

12、数据的持久化与数据交换

pickle模块

shelve模块

dbm模块

sqlite3模块

xml.etree.ElementTree模块

CSV模块

 

13、文件系统

os.path模块

pathlib模块

glob模块

fnmatch模块

linecache模块

tempfile模块

shutil模块

filecmp模块

mmap模块

codecs模块

io模块

 

14、数字运算

decimal模块

fractions模块

random模块

math模块

statistics模块

 

15、日期和时间

time模块

datetime模块

calendar模块

 

16、算法

functools模块

itertools模块

operator模块

contextlib模块

 

17、数据结构

enum模块

collections模块

array模块

heapq模块

bisect模块

queue模块

struct模块

weakref模块

copy模块

pprint模块

18、文本

string模块

textwrap模块

re模块

difflib模块

19、网络

ipaddress模块

更新中...

posted @ 2019-12-23 11:41  小粉优化大师  阅读(360)  评论(0编辑  收藏  举报