Differences between revisions 576 and 622 (spanning 46 versions)
Revision 576 as of 2007-08-11 22:11:37
Size: 3342
Editor: PaulBoddie
Comment: Clarify extension languages.
Revision 622 as of 2017-09-05 15:21:14
Size: 7831
Editor: MatsWichmann
Comment: tried to make the tables a bit more readable, moin apparently won't let you combine style types in one cell so the first element can't set both tablestyle and rowstyle... now there's a blank 1st row
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
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 6:
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. [[http://www.python.org/|Python]] is a great object-oriented, interpreted, and interactive programming language. It is often [[LanguageComparisons|compared]] (favorably of course :-) ) to Lisp, Tcl, Perl, Ruby, C#, Visual Basic, Visual Fox Pro, Scheme or Java... and it's much more fun.

||<tablestyle="width: 100%; table-layout:fixed">[[FrontPage#start|Getting Started]] ||[[FrontPage#events|Events and Community]] ||[[FrontPage#software|Software]] ||[[FrontPage#dev|Core Development]] ||[[FrontPage#use|Using and Editing the Wiki]] ||

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 [[GUI Programming in Python|various windowing systems]]. New built-in modules are easily written in C or C++ (or other languages, depending on the chosen [[PythonImplementations|implementation]]). Python is also usable as an extension language for [[AppsWithPythonScripting|applications written in other languages]] that need easy-to-use scripting or automation interfaces.


<<Anchor(start)>>
Line 11: Line 17:
  * ["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.
||<tablestyle="width: 100%; table-layout:fixed">||<style="width: 50%; border-left-style: hidden;">||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[BeginnersGuide|Beginners Guide]] ||[[Documentation|Documentation]] ||
||Links to tutorials, courses and resources ||Learning materials, topic guides and links to central resources ||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[BeginnerErrorsWithPythonProgramming|Beginner Errors]] ||[[PythonBooks|Python Books]] ||
||Some common pitfalls of beginners ||Books about Python plus reviews ||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[Asking for Help|Asking for Help]] ||[[PythonAudioMaterial|Python Audio Materials]] ||
||Questions asked by beginners, answered here ||A mixture of introductory and topical material ||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[Languages|Languages]] ||[[implementation|Python Implementations]] ||
||Resources written in languages other than English ||Different software which runs programs in the Python language ||
||||See also the [[CategoryDocumentation|documentation category]] for all known documentation-related pages. ||
Line 20: Line 28:
== Events, Courses, Conferences ==
Line 22: Line 29:
  * ["PythonConferences"] - information about the Python conference scene, plus upcoming conferences...
    * ["PyCon2007"]
    * ["EuroPython2007"]
  * ["PythonEvents"] - covers conferences, training courses and more
  * LocalUserGroups - find a Python group near you.
<<Anchor(events)>>

== Events, Courses, Conferences, Community ==

 * [[PythonConferences|Python Conferences]] - information about the Python conference scene
 * [[LocalUserGroups|Local User Groups]] - find a Python group near you
 * [[PythonTraining|Python Training]] - Python training courses
 * [[PythonEvents|Python Events]] - event listing for conferences, training courses and more
 * [[PythonEventsCalendar|Python Event Calendars]] - calendars for Python conferences and user groups
 * [[Community|Participating in the Community]] - where people using and producing Python get together
 * [[PythonSoftwareFoundation|Python Software Foundation]] - show your support by joining the Foundation behind Python
 * [[PythonJobs|Find a job where you can use Python]] - Python job boards around the world


<<Anchor(software)>>
Line 30: Line 47:
  * ["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
||<tablestyle="width: 100%; table-layout:fixed">||<style="width: 50%; border-left-style: hidden;">||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[PythonProjects|Python Projects]] ||[[DevelopmentTools|Development Tools]] ||
||Information on finding software projects written in Python, including... ||Managing your code more effectively ||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[Applications|Applications]] ||[[PythonEditors|Python Editors]] ||
||Ready-to-run applications which use Python ||Editing your code more effectively ||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[UsefulModules|Useful Modules]] ||[[PublishingPythonModules|Publishing Python Modules]] ||
||Some building blocks for your own projects (including frameworks for database, GUI, Web programming) ||How to make others aware of your own works ||
Line 37: Line 55:
== Participating in the Community ==
Line 39: Line 56:
  * ["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
<<Anchor(dev)>>
Line 53: Line 58:
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. == Python Core Development Tools ==
Line 55: Line 60:
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"]. ||<tablestyle="width: 100%; table-layout:fixed">||<style="width: 50%; border-left-style: hidden;">||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[PythonWebsite|The Python Web Site]] ||[[TrackerDevelopment|Bug Tracker]] ||
||Maintaining the official Python online resources ||Roundup and the code review services used by the Python project ||
||<rowstyle="background-color: #eeeeee; border-bottom-style: hidden;">[[CheeseShopDev|Package Index]] ||[[CategoryDevelopmentProcess|Other Resources]] ||
||The infrastructure behind Python package hosting ||A list of all development process-related resources on this Wiki ||


<<Anchor(use)>>

== Using this Wiki ==

This Wiki is a community place to gather and organize all things about Python. Feel free to exercise your editorial skills and expertise to make it a useful knowledge base and up-to-date reference on all Python-related topics.

There are some [[WikiGuidelines|guidelines]] describing the policies and rules governing this Wiki and how you can most effectively contribute to it. A list of [[SiteImprovements|site improvements]] describes various tasks where your help would be appreciated. To keep up with changes on this site, check [[RecentChanges|RecentChanges]] frequently or follow it using RSS: <<Action(rss_rc, RSS feed)>>.

=== Creating a Wiki account ===

In order to sign up for a wiki account, please go to the <<Action(newaccount,Create new account)>> form, enter your account name (using the format {{{FirstnameLastname}}} to avoid issues - please don't use spaces in the name) and provide a password, plus email address (for password recovery).

=== Editing pages ===

Since spamming and vandalism on this wiki has reached a level that is starting to require daily intervention, new users are no longer allowed to edit pages.

'''If you want to edit a page''' and have just signed up, or you find that you can no longer edit a page that you could edit before, please write to the [[mailto:pydotorg-www@python.org|pydotorg-www mailing list]], stating your account name and your intended edits and we'll add you to the EditorsGroup.

Sorry for the inconvenience, but we want to keep this wiki a useful tool for the community, while at the same time need to prevent wiki admin burnout effects.

=== Reporting problems ===

In case of emergency, please contact the [[mailto:webmaster@python.org|python.org maintainers]], or if experiencing difficulties, contact the [[mailto:pydotorg-www@python.org|pydotorg-www mailing list]] to say "help".

----

=== Wiki Attack in January 2013 ===

The wiki was subject to an attack on January 5 2013. Since it was not clear whether user account data was stolen, all passwords were subsequently reset, so you will have to use the <<Action(recoverpass, password recovery function)>> to get a new password.

See the [[WikiAttack2013|wiki attack description page]] for more details. If you find problems, please report them to the <<MailTo(pydotorg-www@python.org, pydotorg-www mailing list)>>.

=== HTTPS access to the Wiki ===

We have enabled HTTPS access to the wiki to further enhance security and avoid having to send clear text passwords over the network in order to log in to the wikis.

'''If you have not been using HTTPS links to the wiki login page''', please be advised that your password may have been sniffed on the network at e.g. a conference. It is best to <<Action(userprefs, change it)>> and stop using HTTP links to the wiki login page.

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.

Getting Started

Events and Community

Software

Core Development

Using and Editing the Wiki

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

Beginners Guide

Documentation

Links to tutorials, courses and resources

Learning materials, topic guides and links to central resources

Beginner Errors

Python Books

Some common pitfalls of beginners

Books about Python plus reviews

Asking for Help

Python Audio Materials

Questions asked by beginners, answered here

A mixture of introductory and topical material

Languages

Python Implementations

Resources written in languages other than English

Different software which runs programs in the Python language

See also the documentation category for all known documentation-related pages.

Events, Courses, Conferences, Community

Python Software

Python Projects

Development Tools

Information on finding software projects written in Python, including...

Managing your code more effectively

Applications

Python Editors

Ready-to-run applications which use Python

Editing your code more effectively

Useful Modules

Publishing Python Modules

Some building blocks for your own projects (including frameworks for database, GUI, Web programming)

How to make others aware of your own works

Python Core Development Tools

The Python Web Site

Bug Tracker

Maintaining the official Python online resources

Roundup and the code review services used by the Python project

Package Index

Other Resources

The infrastructure behind Python package hosting

A list of all development process-related resources on this Wiki

Using this Wiki

This Wiki is a community place to gather and organize all things about Python. Feel free to exercise your editorial skills and expertise to make it a useful knowledge base and up-to-date reference on all Python-related topics.

There are some guidelines describing the policies and rules governing this Wiki and how you can most effectively contribute to it. A list of site improvements describes various tasks where your help would be appreciated. To keep up with changes on this site, check RecentChanges frequently or follow it using RSS: RSS feed.

Creating a Wiki account

In order to sign up for a wiki account, please go to the Create new account form, enter your account name (using the format FirstnameLastname to avoid issues - please don't use spaces in the name) and provide a password, plus email address (for password recovery).

Editing pages

Since spamming and vandalism on this wiki has reached a level that is starting to require daily intervention, new users are no longer allowed to edit pages.

If you want to edit a page and have just signed up, or you find that you can no longer edit a page that you could edit before, please write to the pydotorg-www mailing list, stating your account name and your intended edits and we'll add you to the EditorsGroup.

Sorry for the inconvenience, but we want to keep this wiki a useful tool for the community, while at the same time need to prevent wiki admin burnout effects.

Reporting problems

In case of emergency, please contact the python.org maintainers, or if experiencing difficulties, contact the pydotorg-www mailing list to say "help".


Wiki Attack in January 2013

The wiki was subject to an attack on January 5 2013. Since it was not clear whether user account data was stolen, all passwords were subsequently reset, so you will have to use the password recovery function to get a new password.

See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list <pydotorg-www@python.org>.

HTTPS access to the Wiki

We have enabled HTTPS access to the wiki to further enhance security and avoid having to send clear text passwords over the network in order to log in to the wikis.

If you have not been using HTTPS links to the wiki login page, please be advised that your password may have been sniffed on the network at e.g. a conference. It is best to change it and stop using HTTP links to the wiki login page.

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

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