Skip to content

Python 第三方库索引

开源社区提供了众多 Pyhton 包,他们通常被发布到pypi上(源码通常在 github 上),可以使用pip工具安装。

特定文件格式

网络请求库

  • requests: Python 下最为优雅且简单的 HTTP 请求库
  • aiohttp: Python 下异步请求框架

数据库驱动

  • sqlalchemy: Python 下最流行的 ORM 框架
  • arrow-odbc-py: 比较小众的使用 ODBC 来在 pyarrow <-> 数据库之间通信
  • motor: MongoDB 的异步驱动
  • pymongo: Python 下的 MongoDB 驱动
  • redis: Python 下的 Redis 驱动

短小精悍的模块

  • arrow: 更好用的日期时间处理模块