5-面试题(python)

发布时间 2023-04-13 06:56:22作者: tester20183450

1、python的标准库用过哪些

基本数据结构:str、list、tuple、set、dict

高级数据结构:namedtuple、deque、counter、defaultdict、ordereddict

时间日期:time、datetime、date、timedate、calendar

综合:re、json、math、hashlib、random、logging、unittest、pytest

线程和进程:threading、multiprocessing、concurrent、queue

网络:urllib、socket、http、asyncio

文件、系统:os、sys、io

函数式:itertools、functools