Size: 967
Comment: Link to annotatable docs
|
← Revision 67 as of 2025-02-16 06:04:49 ⇥
Size: 2204
Comment: Redirect readers to the devguide
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
==== Beginners ==== | = Documentation = Apart from the main [[http://www.python.org/doc/|python.org documentation pages]], a number of other resources exist. |
Line 3: | Line 4: |
* [http://www.python.org/doc/Newbies.html Python for Beginners] | == Reference Documentation == See [[https://docs.python.org/|the reference documentation]]. == 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 7: | Line 15: |
* BeginnerErrorsWithPythonProgramming * [[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 8: | Line 20: |
==== Topic guides ==== | == Topic Guides == If you are developing a particular kind of program or library, you might wish to study some related material. |
Line 10: | Line 23: |
* DatabaseProgramming | * CommandlineTools * [[Concurrency]] * DatabaseProgramming |
Line 12: | Line 27: |
* GameProgramming | |
Line 13: | Line 29: |
* SoYouWanna | * [[Powerful Python One-Liners|One-Liners]] * ParallelProcessing |
Line 15: | Line 32: |
* WorkingWithTime * [[Unicode]] |
|
Line 16: | Line 35: |
==== Advanced topics ==== | == 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 46: |
* IntegratingPythonWithOtherLanguages * MetaClasses * MixIns * PatternProgramming * ["Unicode"] * PythonDecorators ==== Philosophy and wisdom ==== |
== Philosophy and Wisdom == |
Line 29: | Line 49: |
* PythonSpeed | * PythonSpeed |
Line 31: | Line 51: |
==== Other places ==== | == Other Resources == * PythonBooks * PythonPapers - see also PythonPeriodicals (for "The Python Papers") * PythonPeriodicals |
Line 33: | Line 56: |
* Use the GoogleTips to search the Python website. * [http://www.python.org/doc/ python.org Documentation Central] * PythonBooks * PythonPapers * [http://pydoc.amk.ca/frame.html Annotatable Documentation] |
== Working on the Official Documentation == See the [[https://devguide.python.org/documentation/start-documenting/|Developer's Guide]]. |
Line 39: | Line 59: |
==== Working on the official documentation ==== * MissingFromDocumentation * ModulesThatNeedDocs ==== Discussion ==== |
== Discussion == |
Documentation
Apart from the main python.org documentation pages, a number of other resources exist.
Reference Documentation
See the reference documentation.
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.