|
Size: 1133
Comment: add cross-link to DocumentationTools page
|
← Revision 69 as of 2025-10-19 18:27:16 ⇥
Size: 2465
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ==== Beginners ==== | = Documentation = The official documentation landing page is [[https://www.python.org/doc/|python.org/doc]]. |
| Line 3: | Line 4: |
| * [http://www.python.org/doc/Newbies.html Python for Beginners] | == Reference Documentation == To read official Python documentation: * Python Documentation [[https://docs.python.org/3/|docs.python.org]]. * The [[https://docs.python.org/3/tutorial/index.html|Python Tutorial]] * [[https://docs.python.org/3/reference/index.html|Language Reference]] * [[https://docs.python.org/3/library/index.html|Standard Library Reference]] ---- == Beginners == Start here if you're new to Python or are considering trying Python after using other languages. * [[BeginnersGuide|Python for Beginners]] * [[IntermediatesGuide|Python for Intermediates]] |
| Line 8: | Line 23: |
| * [[https://coderslegacy.com/python/libraries-in-python/|Python Libraries - Tutorial Compilation]] * [[http://www.python-course.eu/python3_course.php|Tutorial on Python3]] * [[http://www.w3resource.com/python/python-tutorial.php|Tutorial on Python 3.2]] |
|
| Line 9: | Line 27: |
| == Topic Guides == If you are developing a particular kind of program or library, you might wish to study some related material. |
|
| Line 10: | Line 30: |
| ==== Topic guides ==== | * CommandlineTools * [[Concurrency]] * DatabaseProgramming * DistributedProgramming * GameProgramming * GuiProgramming * [[Powerful Python One-Liners|One-Liners]] * ParallelProcessing * WebProgramming * WorkingWithTime * [[Unicode]] |
| Line 12: | Line 42: |
| * DatabaseProgramming * DistributedProgramming * GuiProgramming * SoYouWanna * WebProgramming |
== Advanced Topics == * [[PortingToPy3k|Python 3 porting guide]] including a [[PortingToPy3k/BilingualQuickRef|quick reference]] * IntegratingPythonWithOtherLanguages * [[WindowsCompilers|Windows compilers for Python]] * PatternProgramming * FromFunctionToMethod * ComputedAttributesUsingPropertyObjects * AlternativeDescriptionOfProperty * [[http://www.python-course.eu/text_classification_introduction.php|Introduction into Text Categorization and Classification using Python]] * [[http://www.python-course.eu/threads.php|Threads in Python]] |
| Line 18: | Line 53: |
| ==== Advanced topics ==== * IntegratingPythonWithOtherLanguages * PatternProgramming * ["Unicode"] ==== Philosophy and wisdom ==== |
== Philosophy and Wisdom == |
| Line 28: | Line 56: |
| * PythonSpeed | * PythonSpeed |
| Line 30: | Line 58: |
| ==== Other places ==== | == Other Resources == * PythonBooks * PythonPapers - see also PythonPeriodicals (for "The Python Papers") * PythonPeriodicals |
| Line 32: | Line 63: |
| * Use the GoogleTips to search the Python website. * [http://www.python.org/doc/ python.org Documentation Central] * [http://pydoc.org/ Search the library docstrings with pydoc] * PythonBooks * PythonPapers * [http://pydoc.amk.ca/frame.html Annotatable Documentation] * DocumentationTools describes tools you can use to generate documentation for your own Python programs. |
== Working on the Official Documentation == See the [[https://devguide.python.org/documentation/start-documenting/|Developer's Guide]]. |
| Line 40: | Line 66: |
| ==== Working on the official documentation ==== * MissingFromDocumentation * ModulesThatNeedDocs ==== Discussion ==== |
== Discussion == |
Documentation
The official documentation landing page is python.org/doc.
Reference Documentation
To read official Python documentation:
Python Documentation docs.python.org.
The Python Tutorial
Beginners
Start here if you're new to Python or are considering trying Python after using other languages.
Topic Guides
If you are developing a particular kind of program or library, you might wish to study some related material.
Advanced Topics
Python 3 porting guide including a quick reference
Introduction into Text Categorization and Classification using Python
Philosophy and Wisdom
Other Resources
PythonPapers - see also PythonPeriodicals (for "The Python Papers")
Working on the Official Documentation
See the Developer's Guide.
Discussion
Please see DocumentationDiscussion.
