download.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Download &#8212; Python 3.12.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
  8. <link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?digest=b37c26da2f7529d09fe70b41c4b2133fe4931a90" />
  9. <link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
  10. <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
  11. <script src="_static/jquery.js"></script>
  12. <script src="_static/underscore.js"></script>
  13. <script src="_static/doctools.js"></script>
  14. <script src="_static/sidebar.js"></script>
  15. <link rel="search" type="application/opensearchdescription+xml"
  16. title="Search within Python 3.12.0 documentation"
  17. href="_static/opensearch.xml"/>
  18. <link rel="author" title="About these documents" href="about.html" />
  19. <link rel="index" title="Index" href="genindex.html" />
  20. <link rel="search" title="Search" href="search.html" />
  21. <link rel="copyright" title="Copyright" href="copyright.html" />
  22. <link rel="canonical" href="https://docs.python.org/3/download.html" />
  23. <style>
  24. @media only screen {
  25. table.full-width-table {
  26. width: 100%;
  27. }
  28. }
  29. </style>
  30. <link rel="stylesheet" href="_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
  31. <link rel="shortcut icon" type="image/png" href="_static/py.svg" />
  32. <script type="text/javascript" src="_static/copybutton.js"></script>
  33. <script type="text/javascript" src="_static/menu.js"></script>
  34. <script type="text/javascript" src="_static/themetoggle.js"></script>
  35. </head>
  36. <body>
  37. <div class="mobile-nav">
  38. <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
  39. aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
  40. <nav class="nav-content" role="navigation">
  41. <label for="menuToggler" class="toggler__label">
  42. <span></span>
  43. </label>
  44. <span class="nav-items-wrapper">
  45. <a href="https://www.python.org/" class="nav-logo">
  46. <img src="_static/py.svg" alt="Logo"/>
  47. </a>
  48. <span class="version_switcher_placeholder"></span>
  49. <form role="search" class="search" action="search.html" method="get">
  50. <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
  51. <path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
  52. </svg>
  53. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  54. <input type="submit" value="Go"/>
  55. </form>
  56. </span>
  57. </nav>
  58. <div class="menu-wrapper">
  59. <nav class="menu" role="navigation" aria-label="main navigation">
  60. <div class="language_switcher_placeholder"></div>
  61. <label class="theme-selector-label">
  62. Theme
  63. <select class="theme-selector" oninput="activateTheme(this.value)">
  64. <option value="auto" selected>Auto</option>
  65. <option value="light">Light</option>
  66. <option value="dark">Dark</option>
  67. </select>
  68. </label>
  69. </nav>
  70. </div>
  71. </div>
  72. <div class="related" role="navigation" aria-label="related navigation">
  73. <h3>Navigation</h3>
  74. <ul>
  75. <li class="right" style="margin-right: 10px">
  76. <a href="genindex.html" title="General Index"
  77. accesskey="I">index</a></li>
  78. <li class="right" >
  79. <a href="py-modindex.html" title="Python Module Index"
  80. >modules</a> |</li>
  81. <li><img src="_static/py.svg" alt="python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  82. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  83. <li class="switchers">
  84. <div class="language_switcher_placeholder"></div>
  85. <div class="version_switcher_placeholder"></div>
  86. </li>
  87. <li>
  88. </li>
  89. <li id="cpython-language-and-version">
  90. <a href="index.html">3.12.0 Documentation</a> &#187;
  91. </li>
  92. <li class="nav-item nav-item-this"><a href="">Download</a></li>
  93. <li class="right">
  94. <div class="inline-search" role="search">
  95. <form class="inline-search" action="search.html" method="get">
  96. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  97. <input type="submit" value="Go" />
  98. </form>
  99. </div>
  100. |
  101. </li>
  102. <li class="right">
  103. <label class="theme-selector-label">
  104. Theme
  105. <select class="theme-selector" oninput="activateTheme(this.value)">
  106. <option value="auto" selected>Auto</option>
  107. <option value="light">Light</option>
  108. <option value="dark">Dark</option>
  109. </select>
  110. </label> |</li>
  111. </ul>
  112. </div>
  113. <div class="document">
  114. <div class="documentwrapper">
  115. <div class="bodywrapper">
  116. <div class="body" role="main">
  117. <h1>Download Python 3.12.0 Documentation</h1>
  118. <p><b>Last updated on: Oct 02, 2023.</b></p>
  119. <p>To download an archive containing all the documents for this version of
  120. Python in one of various formats, follow one of links in this table.</p>
  121. <table class="docutils">
  122. <tr><th>Format</th><th>Packed as .zip</th><th>Packed as .tar.bz2</th></tr>
  123. <tr><td>PDF (US-Letter paper size)</td>
  124. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-pdf-letter.zip">Download</a> (ca. 13 MiB)</td>
  125. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-pdf-letter.tar.bz2">Download</a> (ca. 13 MiB)</td>
  126. </tr>
  127. <tr><td>PDF (A4 paper size)</td>
  128. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-pdf-a4.zip">Download</a> (ca. 13 MiB)</td>
  129. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-pdf-a4.tar.bz2">Download</a> (ca. 13 MiB)</td>
  130. </tr>
  131. <tr><td>HTML</td>
  132. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-html.zip">Download</a> (ca. 9 MiB)</td>
  133. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-html.tar.bz2">Download</a> (ca. 6 MiB)</td>
  134. </tr>
  135. <tr><td>Plain Text</td>
  136. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-text.zip">Download</a> (ca. 3 MiB)</td>
  137. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-text.tar.bz2">Download</a> (ca. 2 MiB)</td>
  138. </tr>
  139. <tr><td>EPUB</td>
  140. <td><a href="https://docs.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs.epub">Download</a> (ca. 5 MiB)</td>
  141. <td></td>
  142. </tr>
  143. </table>
  144. <p>These archives contain all the content in the documentation.</p>
  145. <h2>Unpacking</h2>
  146. <p>Unix users should download the .tar.bz2 archives; these are bzipped tar
  147. archives and can be handled in the usual way using tar and the bzip2
  148. program. The <a href="http://www.info-zip.org">InfoZIP</a> unzip program can be
  149. used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
  150. best compression and fastest download times.</p>
  151. <p>Windows users can use the ZIP archives since those are customary on that
  152. platform. These are created on Unix using the InfoZIP zip program.</p>
  153. <h2>Problems</h2>
  154. <p>If you have comments or suggestions for the Python documentation, please send
  155. email to <a href="mailto:docs@python.org">docs@python.org</a>.</p>
  156. <div class="clearer"></div>
  157. </div>
  158. </div>
  159. </div>
  160. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  161. <div class="sphinxsidebarwrapper">
  162. </div>
  163. </div>
  164. <div class="clearer"></div>
  165. </div>
  166. <div class="related" role="navigation" aria-label="related navigation">
  167. <h3>Navigation</h3>
  168. <ul>
  169. <li class="right" style="margin-right: 10px">
  170. <a href="genindex.html" title="General Index"
  171. >index</a></li>
  172. <li class="right" >
  173. <a href="py-modindex.html" title="Python Module Index"
  174. >modules</a> |</li>
  175. <li><img src="_static/py.svg" alt="python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  176. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  177. <li class="switchers">
  178. <div class="language_switcher_placeholder"></div>
  179. <div class="version_switcher_placeholder"></div>
  180. </li>
  181. <li>
  182. </li>
  183. <li id="cpython-language-and-version">
  184. <a href="index.html">3.12.0 Documentation</a> &#187;
  185. </li>
  186. <li class="nav-item nav-item-this"><a href="">Download</a></li>
  187. <li class="right">
  188. <div class="inline-search" role="search">
  189. <form class="inline-search" action="search.html" method="get">
  190. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  191. <input type="submit" value="Go" />
  192. </form>
  193. </div>
  194. |
  195. </li>
  196. <li class="right">
  197. <label class="theme-selector-label">
  198. Theme
  199. <select class="theme-selector" oninput="activateTheme(this.value)">
  200. <option value="auto" selected>Auto</option>
  201. <option value="light">Light</option>
  202. <option value="dark">Dark</option>
  203. </select>
  204. </label> |</li>
  205. </ul>
  206. </div>
  207. <div class="footer">
  208. &copy; <a href="copyright.html">Copyright</a> 2001-2023, Python Software Foundation.
  209. <br />
  210. This page is licensed under the Python Software Foundation License Version 2.
  211. <br />
  212. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
  213. <br />
  214. See <a href="/license.html">History and License</a> for more information.<br />
  215. <br />
  216. The Python Software Foundation is a non-profit corporation.
  217. <a href="https://www.python.org/psf/donations/">Please donate.</a>
  218. <br />
  219. <br />
  220. Last updated on Oct 02, 2023.
  221. <a href="/bugs.html">Found a bug</a>?
  222. <br />
  223. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
  224. </div>
  225. </body>
  226. </html>