Differences between revisions 6 and 67 (spanning 61 versions)
Revision 6 as of 2004-07-28 02:28:22
Size: 665
Editor: ip51cc4013
Comment:
Revision 67 as of 2025-02-16 06:04:49
Size: 2204
Editor: AdamTurner
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 6: Line 14:
 * PythonGlossary
 * 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 7: 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 9: Line 23:
 * DatabaseProgramming   * CommandlineTools
 * [[Concurrency]]
* DatabaseProgramming
Line 11: Line 27:
 * GameProgramming
Line 12: Line 29:
 * SoYouWanna  * [[Powerful Python One-Liners|One-Liners]]
 * ParallelProcessing
Line 14: Line 32:
 * WorkingWithTime
 * [[Unicode]]
Line 15: 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 17: Line 46:
 * MetaClasses
 * MixIns
 * PatternProgramming
 * ["Unicode"]

==== Philosophy and wisdom ====
== Philosophy and Wisdom ==
Line 26: Line 49:
 * PythonSpeed   * PythonSpeed
Line 28: Line 51:
==== Other places ==== == Other Resources ==
 * PythonBooks
 * PythonPapers - see also PythonPeriodicals (for "The Python Papers")
 * PythonPeriodicals
Line 30: Line 56:
 * [http://www.python.org/doc/ python.org Documentation Central]
 * PythonBooks
 * PythonPapers
== Working on the Official Documentation ==
See the [[https://devguide.python.org/documentation/start-documenting/|Developer's Guide]].
Line 34: Line 59:
==== Discussion ====
== Discussion ==

Documentation (last edited 2025-02-16 06:04:49 by AdamTurner)

Unable to edit the page? See the FrontPage for instructions.