“Python/docs/3.9/download”的版本间差异

来自菜鸟教程
Python/docs/3.9/download
跳转至:导航、​搜索
(autoload)
 
(Page commit)
 
第1行: 第1行:
= Download Python 3.9.1rc1 Documentation =
+
{{DISPLAYTITLE:下载 — Python 3.9.6 文档}}
 +
= 下载 Python 3.9.6 文档 =
  
'''Last updated on: 12月 01, 2020.'''
+
'''最后更新日期:2021 年 7 月 18 日。'''
  
To download an archive containing all the documents for this version of
+
要以各种格式之一下载包含此版本 Python 的所有文档的存档,请点击此表中的链接之一。
Python in one of various formats, follow one of links in this table.
 
  
 
{|
 
{|
! Format
+
! 格式
! Packed as .zip
+
! 打包为 .zip
! Packed as .tar.bz2
+
! 打包为 .tar.bz2
 
|-
 
|-
| PDF (US-Letter paper size)
+
| PDF(美国信纸尺寸)
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-pdf-letter.zip Download] (ca. 13 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-pdf-letter.zip 下载] (ca. 13 兆字节)
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-pdf-letter.tar.bz2 Download] (ca. 13 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-pdf-letter.tar.bz2 下载] (ca. 13 兆字节)
 
|-
 
|-
| PDF (A4 paper size)
+
| PDF(A4纸尺寸)
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-pdf-a4.zip Download] (ca. 13 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-pdf-a4.zip 下载] (ca. 13 兆字节)
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-pdf-a4.tar.bz2 Download] (ca. 13 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-pdf-a4.tar.bz2 下载] (ca. 13 兆字节)
 
|-
 
|-
 
| HTML
 
| HTML
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-html.zip Download] (ca. 9 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-html.zip 下载] (ca. 9 兆字节)
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-html.tar.bz2 Download] (ca. 6 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-html.tar.bz2 下载] (ca. 6 兆字节)
 
|-
 
|-
| Plain Text
+
| 纯文本
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-text.zip Download] (ca. 3 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-text.zip 下载] (ca. 3 兆字节)
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs-text.tar.bz2 Download] (ca. 2 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs-text.tar.bz2 下载] (ca. 2 兆字节)
 
|-
 
|-
 
| EPUB
 
| EPUB
| [https://docs.python.org/ftp/python/doc/3.9.1rc1/python-3.9.1rc1-docs.epub Download] (ca. 5 MiB)
+
| [https://docs.python.org/ftp/python/doc/3.9.6/python-3.9.6-docs.epub 下载] (ca. 5 兆字节)
 
|
 
|
 
|}
 
|}
  
These archives contain all the content in the documentation.
+
这些档案包含文档中的所有内容。
  
HTML Help (<code>.chm</code>) files are made available in the &quot;Windows&quot; section
+
HTML 帮助 (<code>.chm</code>) 文件在 [https://www.python.org/downloads/release/python-396/ Python 下载页面] 的“Windows”部分提供。
on the [https://www.python.org/downloads/release/python-391rc1/ Python
 
download page].
 
  
== Unpacking ==
+
== 开箱 ==
  
Unix users should download the .tar.bz2 archives; these are bzipped tar
+
Unix 用户应该下载 .tar.bz2 档案; 这些是 bzip 压缩的 tar 档案,可以使用 tar bzip2 程序以通常的方式处理。 如果需要,[http://www.info-zip.org InfoZIP] 解压缩程序可用于处理 ZIP 档案。 .tar.bz2 档案提供最好的压缩和最快的下载时间。
archives and can be handled in the usual way using tar and the bzip2
 
program. The [http://www.info-zip.org InfoZIP] unzip program can be
 
used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
 
best compression and fastest download times.
 
  
Windows users can use the ZIP archives since those are customary on that
+
Windows 用户可以使用 ZIP 档案,因为这些是该平台上的习惯。 这些是在 Unix 上使用 InfoZIP zip 程序创建的。
platform. These are created on Unix using the InfoZIP zip program.
 
  
== Problems ==
+
== 问题 ==
  
If you have comments or suggestions for the Python documentation, please send
+
如果您对 Python 文档有意见或建议,请发送电子邮件至 [mailto:docs@python.org docs@python.org]
email to [mailto:docs@python.org docs@python.org].
 
  
[[Category:Python 3.9 中文文档]]
+
<div class="clearer">
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
[[Category:Python 3.9 文档]]

2021年10月31日 (日) 04:50的最新版本

下载 Python 3.9.6 文档

最后更新日期:2021 年 7 月 18 日。

要以各种格式之一下载包含此版本 Python 的所有文档的存档,请点击此表中的链接之一。

格式 打包为 .zip 打包为 .tar.bz2
PDF(美国信纸尺寸) 下载 (ca. 13 兆字节) 下载 (ca. 13 兆字节)
PDF(A4纸尺寸) 下载 (ca. 13 兆字节) 下载 (ca. 13 兆字节)
HTML 下载 (ca. 9 兆字节) 下载 (ca. 6 兆字节)
纯文本 下载 (ca. 3 兆字节) 下载 (ca. 2 兆字节)
EPUB 下载 (ca. 5 兆字节)

这些档案包含文档中的所有内容。

HTML 帮助 (.chm) 文件在 Python 下载页面 的“Windows”部分提供。

开箱

Unix 用户应该下载 .tar.bz2 档案; 这些是 bzip 压缩的 tar 档案,可以使用 tar 和 bzip2 程序以通常的方式处理。 如果需要,InfoZIP 解压缩程序可用于处理 ZIP 档案。 .tar.bz2 档案提供最好的压缩和最快的下载时间。

Windows 用户可以使用 ZIP 档案,因为这些是该平台上的习惯。 这些是在 Unix 上使用 InfoZIP zip 程序创建的。

问题

如果您对 Python 文档有意见或建议,请发送电子邮件至 docs@python.org