Size: 570
Comment: Redirect readers to docs.python.org
|
Size: 604
Comment: Clean up the formatting a bit
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Current documentation == | = Current Python documentation = |
Line 3: | Line 3: |
Python's documentation is found online at [[docs.python.org|https::docs.python.org/]], including all current translations. | Python's documentation is found online at [[https://docs.python.org/|docs.python.org]], including all current translations. |
Line 5: | Line 5: |
== End-of-life releases == | = Documentation for end-of-life Python releases = |
Line 9: | Line 9: |
=== Other resources === | = Other resources = |
Line 11: | Line 11: |
The [[Python website|https://www.python.org/doc/] lists other resources, including books and alternative introductory material. | https://www.python.org/doc/ lists other resources, including books and alternative introductory material. ---- CategoryDocumentation |
Current Python documentation
Python's documentation is found online at docs.python.org, including all current translations.
Documentation for end-of-life Python releases
Older versions of the standard documentation are kept available as well, since many users have to maintain code for older versions of the interpreter as well. These can be found at https://www.python.org/doc/versions.html.
Other resources
https://www.python.org/doc/ lists other resources, including books and alternative introductory material.