Differences between revisions 2 and 583 (spanning 581 versions)
Revision 2 as of 2002-07-12 22:16:24
Size: 2266
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 583 as of 2009-02-26 21:08:32
Size: 3419
Editor: PaulBoddie
Comment: Made an explicit user guidance section at the bottom of the page.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off #acl All:read
Line 3: Line 3:
Python is an ''interpreted, interactive, object-oriented'' programming language. It is often compared to Tcl, Perl, Scheme or Java. = The Python Wiki =
Line 5: Line 5:
Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface. Python is a great object-oriented, interpreted, and interactive programming language. It is often compared (favorably of course :-) ) to Lisp, Tcl, Perl, Ruby, C#, Visual Basic, Visual Fox Pro, Scheme or Java... and it's much more fun.
Line 7: Line 7:
More at PythonAdvocacy Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C++ (or other languages, depending on the chosen [[implementation]]). Python is also usable as an extension language for applications written in other languages that need easy-to-use scripting or automation interfaces.
Line 9: Line 9:
----
'' ''' (feel free to add more useful stuff) ''' ''
== Documentation ==
== Getting Started ==
Line 13: Line 11:
==== Getting Started ====
'' Join the fun and start learning today! ''
  * [[BeginnersGuide]] - links to tutorials, courses and resources
  * [[Documentation]] - learning materials, topic guides and links to central resources
  * [[PythonBooks]] - books about Python plus reviews
  * [[Asking for Help]] - questions asked by beginners, answered here
  * BeginnerErrorsWithPythonProgramming - some common pitfalls
  * PythonAudioMaterial - a mixture of introductory and topical material
  * [[Languages]] - resources written in languages other than English
  * See also the [[CategoryDocumentation|documentation category]] for all known documentation-related pages.
  * [[implementation|Python implementations]]
Line 16: Line 21:
===== Current Python Documentation ===== == Events, Courses, Conferences ==
Line 18: Line 23:
 [http://www.python.org/doc/ Documentation Central]   * [[PythonConferences]] - information about the Python conference scene, plus upcoming conferences...
    * [[PyCon2009]]
    * [[EuroPython2009]]
  * [[PythonEvents]] - covers conferences, training courses and more
  * LocalUserGroups - find a Python group near you.
Line 20: Line 29:
 [http://www.python.org/doc/current/ref/ref.html Language Reference] == Python Software ==
Line 22: Line 31:
 [http://www.python.org/doc/current/tut/tut.html Tutorial]   * [[PythonProjects]] - information on finding software projects written in Python, including...
    * [[Applications]] - ready-to-run applications which use Python
    * [[UsefulModules]] - some building blocks for your own projects
    * PublishingPythonModules - how to make others aware of your own works
  * DevelopmentTools
    * PythonEditors
Line 24: Line 38:
 [http://www.python.org/doc/current/lib/lib.html Library Reference] == Participating in the Community ==
Line 26: Line 40:
 [http://www.python.org/doc/current/mac/mac.html Macintosh Reference]   * [[Community]] - a guide to the wider community
  * LocalUserGroups - find a Python group near you.
  * VolunteerOpportunities
  * CommercialServices
  * The python.org community:
    * PythonWebsite (behind the scenes of python.org)
    * [[How to...]] guides
    * [[http://www.python.org/dev/doc/|Contribute to the documentation]]
  * CoreDevelopment - developing the Python language and runtime itself
    * BuildBot - automated testing of the Python source code
    * PyBots (Python Community Buildbots)
    * [[Python24Fixes]] - task list for preparing the Python 2.4.4 release.
    * PythonEnhancementProposals
Line 28: Line 54:
 [http://www.python.org/doc/current/ext/ext.html Extending and Embedding] == Using this Wiki ==
Line 30: Line 56:
 [http://www.python.org/doc/current/api/api.html Python API Reference]
 
===== Contributed Documentation =====
Feel free to add more useful stuff (see HelpContents and HelpOnEditing to learn how), but do us a favour and do tests in the WikiSandBox if you're not accustomed to Wiki technologies. If you're new to Wikis, please read WikiWikiWeb.
Line 34: Line 58:
  * [http://www.diveintopython.org Dive Into Python] - tutorial
  * FrequentlyAskedQuestions
See WikiGuidelines for details of the policies and rules governing this Wiki.
Line 37: Line 60:
==== Howto... ====
'' Development-Guides-R-Us! ''

  * WebProgramming
  * GuiProgramming
  * DatabaseProgramming

== Software ==
'' Commercial and user contributed software for every purpose! ''

  * PythonDistributions
  * PythonApplications
  * ApplicationFrameworks
  * ApplicationSupportLibraries
  * GeneralLibraries
  * DevelopmentTools

== Community ==
'' Come meet the EffBot, TimBot, MartelliBot, WizardOfAahz, our glorious ["BDFL"] and all the rest of the gang! A cast of thousands! ''

  * MailingListsAndNewsgroups
  * PythonDevelopers
  * SpecialInterestGroups
  * PythonProjects

  * PythonWikiMaintainers

== Commercial Products and Services ==
'' Python at work! ''

  * PythonProducts
  * PythonSupport
  * PythonConsulting
  * OtherServices

== Other Resources ==
See RecentChanges for a history, available in RSS format ([[http://www.python.org/moin/?action=rss_rc|{{http://wiki.python.org/wiki/python/img/moin-rss.png}}]]). To see pages which need writing, take a look at [[DesiredPages]].

The Python Wiki

Python is a great object-oriented, interpreted, and interactive programming language. It is often compared (favorably of course :-) ) to Lisp, Tcl, Perl, Ruby, C#, Visual Basic, Visual Fox Pro, Scheme or Java... and it's much more fun.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C++ (or other languages, depending on the chosen implementation). Python is also usable as an extension language for applications written in other languages that need easy-to-use scripting or automation interfaces.

Getting Started

Events, Courses, Conferences

Python Software

Participating in the Community

Using this Wiki

Feel free to add more useful stuff (see HelpContents and HelpOnEditing to learn how), but do us a favour and do tests in the WikiSandBox if you're not accustomed to Wiki technologies. If you're new to Wikis, please read WikiWikiWeb.

See WikiGuidelines for details of the policies and rules governing this Wiki.

See RecentChanges for a history, available in RSS format (http://www.python.org/moin/?action=rss_rc). To see pages which need writing, take a look at DesiredPages.

FrontPage (last edited 2025-05-14 15:24:44 by MarcAndreLemburg)

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