使用python -m pydoc -p 8080 开启8080的http端口监听。

在浏览器中输入http://localhost:8080即可访问python所有API文档(英文的)。