Differences between revisions 589 and 591 (spanning 2 versions)
Revision 589 as of 2009-08-10 15:29:08
Size: 3620
Editor: PaulBoddie
Comment: Removed "upcoming" conferences, now in the past.
Revision 591 as of 2009-08-21 10:23:53
Size: 4072
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
  * [[implementation|Python implementations]]   * [[implementation|Python implementations]] - different software which runs programs in the Python language
Line 31: Line 31:
    * [[UsefulModules]] - some building blocks for your own projects     * [[UsefulModules]] - some building blocks for your own projects (including frameworks for database, GUI, Web programming)
Line 33: Line 33:
  * DevelopmentTools
    * PythonEditors
  * DevelopmentTools - managing your code more effectively
    * PythonEditors - editing your code more effectively
Line 40: Line 40:
  * VolunteerOpportunities
  * CommercialServices
  * VolunteerOpportunities - projects which need help
  * DiversityInPython - resources on being welcoming to all populations of Python users.
  * CommercialServices - people you can pay to develop or deploy Python on your behalf
Line 50: Line 51:
    * PythonEnhancementProposals (PEPs)
    * [[Special Interest Groups]] (SIGs)
    * PythonEnhancementProposals (PEPs) - how the language evolves
    * [[Special Interest Groups]] (SIGs) - discussion of improvements in specific areas

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.

To report problems or to help out, please contact the python.org maintainers.

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

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