Differences between revisions 572 and 574 (spanning 2 versions)
Revision 572 as of 2006-09-28 12:32:51
Size: 2166
Comment:
Revision 574 as of 2007-01-31 19:42:44
Size: 3171
Editor: PaulBoddie
Comment: Fixed category link.
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

= The Python Wiki =
Line 5: Line 7:
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++. Python is also usable as an extension language for applications that need a programmable interface. Check out the BeginnersGuide to get started. 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++. 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 ==

  * ["BeginnersGuide"] - links to tutorials, courses and resources
  * ["Documentation"] - information about Python's documentation plus other 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 [wiki:CategoryDocumentation documentation category] for all known documentation-related pages.

== Events, Courses, Conferences ==

  * ["PythonConferences"] - information about the Python conference scene, plus upcoming conferences...
    * ["PyCon2007"]
    * ["EuroPython2007"]
  * ["PythonEvents"] - covers conferences, training courses and more

== Python Software ==

  * ["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

== Participating in the Community ==

  * ["Community"] - a guide to the wider community
  * 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 9: Line 53:
See RecentChanges for a history. ([http://www.python.org/moin/?action=rss_rc http://wiki.python.org/wiki/python/img/moin-rss.png])

Starting points:
  * ["Community"]
    * PyCon2007 (older conferences: PyCon2006, ["PyConDC2005"], ["PyConDC2004"])
    * EuroPython2006 (general information: EuroPython)
    * PythonWebsite (behind the scenes of python.org)
    * PythonAudioMaterial
    * VolunteerOpportunities
  * ["Asking for Help"]
    * ["How to..."]
      * [http://www.python.org/dev/doc/ Contribute to the documentation]
      * PublishingPythonModules
    * ["Wanted..."]
        * BuildBot
        * PyBots (Python Community Buildbots)
    * ["Intermediate Conundrums"]
  * ["Applications"] and UsefulModules (topic-by-topic guides to Python applications and modules/packages/libraries)
  * ["Code"]
  * CodingProjectIdeas
  * CoreDevelopment
    * ["Python24Fixes"]: task list for preparing the Python 2.4.4 release.
    * PythonEnhancementProposals
  * CommercialServices
  * DesiredPages
  * DevelopmentTools
    * PythonEditors
  * ["Languages"] -- resources written in languages other than English.
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++. 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

  • ["BeginnersGuide"] - links to tutorials, courses and resources

  • ["Documentation"] - information about Python's documentation plus other 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 [wiki:CategoryDocumentation documentation category] for all known documentation-related pages.

Events, Courses, Conferences

Python Software

Participating in the Community

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. WikiGuidelines contains a few hints on the rules we choose to follow in this wiki.

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"].

FrontPage (last edited 2018-09-16 15:22:36 by SteveHolden)

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