Size: 875
Comment:
|
Size: 653
Comment: fix hyperlink
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
A guide and a discussion page for PythonDocumentation. Beginners: * [http://www.python.org/doc/Newbies.html Python for Beginners] * MovingToPythonFromOtherLanguages Other: * [http://www.python.org/doc/ Documentation Central] * FrequentlyAskedQuestions |
''''You are probably looking for https://docs.python.org/'''' |
Line 12: | Line 4: |
'''Discussion:''' | |
Line 14: | Line 5: |
Please!! get a wiki running side-by-side with the docs eg: 1 corresponding wikiable page for every page here in the pydocs. The startup data is simply that of the docs, so just mirror their structure. Then after the wiki docs start offering lots of useful information, the actual doc writers can incorporate this. To summarize, I think Python's documentation (like the library reference) is basically a big melange of api data and some snippets of useful info. This wiki will help replace those places that just use API data to fill up space, and turn it into something better. | == Current documentation == Python's documentation is found online at [[https://docs.python.org/|docs.python.org]], including all current translations. == End-of-life 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. ---- CategoryDocumentation |
'You are probably looking for https://docs.python.org/'
Current documentation
Python's documentation is found online at docs.python.org, including all current translations.
End-of-life 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.