Skip to content
学习文档站
Search
K
Main Navigation
首页
前端
后端
Python
AI
LangChain
Appearance
Menu
Return to top
On this page
常用库介绍
Python 拥有丰富的第三方库生态系统,本章介绍前端开发者最常用的几类库。
本章内容
类别
Python 库
对应 JS 库
HTTP 请求
requests, httpx
fetch, axios
数据处理
pandas, json
lodash, JSON
Web 框架
FastAPI, Flask
Express, Koa
测试工具
pytest
Jest, Vitest
学习路径
快速导航
HTTP 请求库
- requests 和 httpx
数据处理库
- pandas 和 json
Web 框架
- FastAPI 和 Flask
测试工具
- pytest