[python] python official documentation - (python 官方帮助文档)
一、python 常用文档(官方)
1、python【在线文档】(英文):
1.1: https://docs.python.org
1.2: https://docs.python.org/3/
2、python【本地文档/离线文档】(英文)[windows11]:
2.1、python【本地文档/离线文档】的使用环境:os = windows11
2.2、python【安装的根目录】/【PYTHON_HOME】: PYTHON_HOME = python_install_home
2.3、python【本地文档/离线文档】的位置(文档格式:html,访问方式:浏览器):python_local = %PYTHON_HOME%/Doc/html/index.html
2.4、Python访问本地文档的详细方法:
2.4.1、【访问路径】: 进入路径:%PYTHON_HOME%/Doc/html/
2.4.2、【打开浏览器】: 打开【浏览器】;
2.4.3、【打开文档】: 将文件‘index.html’,拖拽到‘浏览器’内;
2.4.4、【保存标签】: 为了方便查阅文档;将‘%PYTHON_HOME%/Doc/html/index.html’,保存为标签【标签名称:python-doc】 。
二、参考资料
1、 python.org - https://www.python.org
2、 python documentation web - https://docs.python.org
本文由 lnlidawei 原创、整理、转载,本文来自于【博客园】; 整理和转载的文章的版权归属于【原创作者】; 转载或引用时请【保留文章的来源信息】:https://www.cnblogs.com/lnlidawei/p/18042503