标准库模块

参考Python 标准库

math

实用的数学函数

collections

提供了一些有用的容器类

functools

提供了一些有用的高阶函数

itertools

提供了大量的函数用于处理和生成迭代器

heapq

提供了原生的二叉堆算法

bisect

数组二分查找算法

dataclasses

利用 Type Hint 定义数据类

pathlib

优雅的文件路径处理库


Backlinks