Differences between revisions 5 and 67 (spanning 62 versions)
Revision 5 as of 2004-07-28 02:26:47
Size: 1709
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 ====

Please get a wiki running side-by-side with the documentation: 1 corresponding wikiable page for every page here in the official documentation. The startup data is simply that of the docs, so we just need to mirror their structure. Then after the wiki docs start offering lots of useful information, the actual documentation 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, like the [http://www.php.net/manual/en/ PHP Manual].

 I think that's a great idea. But I think it should appear on a separate wiki. We're going to need to do some steering for this wiki: If every python related project in the world tries to make their wiki a WikiWiki:WalledGarden within ''this'' wiki, we're going to run into problems. RecentChanges will be a total mess of a zillion projects. Let's talk. -- LionKimbro [[DateTime(2003-10-02T03:15:01Z)]]
== Discussion ==
Please see DocumentationDiscussion.

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

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