Size: 2469
Comment:
|
← 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 4: | Line 4: |
== Reference Documentation == See [[https://docs.python.org/|the reference documentation]]. |
|
Line 5: | Line 8: |
Line 9: | Line 11: |
* [[IntermediatesGuide|Python for Intermediates]] | |
Line 13: | Line 16: |
* [[http://blogs.oracle.com/branajam/entry/creating_a_temperature_converter_with | Introduction to Python EA in NetBeans IDE]] * [[http://www.python-course.eu/python3_course.php | Tutorial on Python3]] * [[http://www.python-course.eu/course.php | Tutorial on Python 2.x]] |
* [[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 18: | Line 21: |
Line 23: | Line 25: |
* DatabaseProgramming | * DatabaseProgramming |
Line 27: | Line 29: |
* [[Powerful Python One-Liners|One-Liners]] | |
Line 33: | Line 36: |
* [[PortingToPy3k|Python 3 porting guide]] including a [[PortingToPy3k/BilingualQuickRef|quick reference]] | |
Line 35: | Line 38: |
* [[WindowsCompilers|Windows compilers for Python]] | |
Line 39: | Line 43: |
* [[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]] |
* [[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 44: | Line 47: |
Line 47: | Line 49: |
* PythonSpeed | * PythonSpeed |
Line 50: | Line 52: |
Line 55: | Line 56: |
== Reference Documentation == * 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]] * [[http://pydoc.net/|Online open source package library for Python]] * [[http://kapeli.com/dash|Mac OS X Python Documentation Browser]] * DocumentationTools describes tools you can use to generate documentation for your own Python programs. |
|
Line 65: | Line 57: |
* MissingFromDocumentation * ModulesThatNeedDocs |
See the [[https://devguide.python.org/documentation/start-documenting/|Developer's Guide]]. |
Line 70: | Line 60: |
Line 72: | Line 61: |
== Sponsors == * [[http://carinsurancecomparisonhelp.com|car insurance comparison]] sites * [[http://www.oro-compro.com/|compro oro]] (Italy) |
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.