Size: 2266
Comment: missing edit-log entry for this revision
|
Size: 6599
Comment:
|
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. | |
Line 7: | Line 6: |
More at PythonAdvocacy | [[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. |
Line 9: | Line 8: |
---- '' ''' (feel free to add more useful stuff) ''' '' == Documentation == |
||<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 the Wiki]] || |
Line 13: | Line 10: |
==== Getting Started ==== '' Join the fun and start learning today! '' |
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. |
Line 16: | Line 12: |
===== Current Python Documentation ===== | |
Line 18: | Line 13: |
[http://www.python.org/doc/ Documentation Central] | <<Anchor(start)>> |
Line 20: | Line 15: |
[http://www.python.org/doc/current/ref/ref.html Language Reference] | == Getting Started == |
Line 22: | Line 17: |
[http://www.python.org/doc/current/tut/tut.html Tutorial] | ||<tablestyle="width: 100%; table-layout:fixed"style="background-color: #eeeeee; width: 50%">[[BeginnersGuide|Beginners Guide]] ||<style="width: 50%; background-color: #eeeeee">[[Documentation|Documentation]] || ||Links to tutorials, courses and resources ||Learning materials, topic guides and links to central resources || ||<style="background-color: #eeeeee">[[BeginnerErrorsWithPythonProgramming|Beginner Errors]] ||<style="background-color: #eeeeee">[[PythonBooks|Python Books]] || ||Some common pitfalls of beginners ||Books about Python plus reviews || ||<style="background-color: #eeeeee">[[Asking for Help|Asking for Help]] ||<style="background-color: #eeeeee">[[PythonAudioMaterial|Python Audio Materials]] || ||Questions asked by beginners, answered here ||A mixture of introductory and topical material || ||<style="background-color: #eeeeee">[[Languages|Languages]] ||<style="background-color: #eeeeee">[[implementation|Python Implementations]] || ||Resources written in languages other than English ||Different software which runs programs in the Python language || ||||<style="text-align: center">See also the [[CategoryDocumentation|documentation category]] for all known documentation-related pages. || |
Line 24: | Line 27: |
[http://www.python.org/doc/current/lib/lib.html Library Reference] | |
Line 26: | Line 28: |
[http://www.python.org/doc/current/mac/mac.html Macintosh Reference] | <<Anchor(events)>> |
Line 28: | Line 30: |
[http://www.python.org/doc/current/ext/ext.html Extending and Embedding] | == Events, Courses, Conferences, Community == |
Line 30: | Line 32: |
[http://www.python.org/doc/current/api/api.html Python API Reference] ===== Contributed Documentation ===== |
* [[PythonConferences|Python Conferences]] - information about the Python conference scene * [[PythonEvents|Python Events]] - covers conferences, training courses and more * [[LocalUserGroups|Local User Groups]] - find a Python group near you * [[PythonEventsCalendar|Python Event Calendars]] - calendars for Python conferences and user groups * [[Community|Participating in the Community]] - where people using and producing Python get together * [[PythonJobs|Find a job where you can use Python]] - Python job boards around the world |
Line 34: | Line 39: |
* [http://www.diveintopython.org Dive Into Python] - tutorial * FrequentlyAskedQuestions |
|
Line 37: | Line 40: |
==== Howto... ==== '' Development-Guides-R-Us! '' |
<<Anchor(software)>> |
Line 40: | Line 42: |
* WebProgramming * GuiProgramming * DatabaseProgramming |
== Python Software == |
Line 44: | Line 44: |
== Software == '' Commercial and user contributed software for every purpose! '' |
||<tablestyle="width: 100%; table-layout:fixed"style="background-color: #eeeeee; width: 50%">[[PythonProjects|Python Projects]] ||<style="width: 50%; background-color: #eeeeee">[[DevelopmentTools|Development Tools]] || ||Information on finding software projects written in Python, including... ||Managing your code more effectively || ||<style="background-color: #eeeeee">[[Applications|Applications]] ||<style="background-color: #eeeeee">[[PythonEditors|Python Editors]] || ||Ready-to-run applications which use Python ||Editing your code more effectively || ||<style="background-color: #eeeeee">[[UsefulModules|Useful Modules]] ||<style="background-color: #eeeeee">[[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 47: | Line 51: |
* PythonDistributions * PythonApplications * ApplicationFrameworks * ApplicationSupportLibraries * GeneralLibraries * DevelopmentTools |
|
Line 54: | Line 52: |
== Community == '' Come meet the EffBot, TimBot, MartelliBot, WizardOfAahz, our glorious ["BDFL"] and all the rest of the gang! A cast of thousands! '' |
<<Anchor(dev)>> |
Line 57: | Line 54: |
* MailingListsAndNewsgroups * PythonDevelopers * SpecialInterestGroups * PythonProjects |
== Python Core Development Tools == |
Line 62: | Line 56: |
* PythonWikiMaintainers | ||<tablestyle="width: 100%; table-layout:fixed"style="background-color: #eeeeee; width: 50%">[[PythonWebsite|The Python Web Site]] ||<style="width: 50%; background-color: #eeeeee">[[TrackerDevelopment|Bug Tracker]] || ||Maintaining the official Python online resources ||Roundup and the code review services used by the Python project || ||<style="background-color: #eeeeee">[[CheeseShopDev|Package Index]] ||<style="background-color: #eeeeee">[[CategoryDevelopmentProcess|Other Resources]] || ||The infrastructure behind Python package hosting ||A list of all development process-related resources on this Wiki || |
Line 64: | Line 61: |
== Commercial Products and Services == '' Python at work! '' |
|
Line 67: | Line 62: |
* PythonProducts * PythonSupport * PythonConsulting * OtherServices |
<<Anchor(use)>> |
Line 72: | Line 64: |
== Other Resources == | == Using this Wiki == |
Line 74: | Line 66: |
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)>>. 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. '''To edit wiki pages, please log in first.''' 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.
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
Links to tutorials, courses and resources |
Learning materials, topic guides and links to central resources |
Some common pitfalls of beginners |
Books about Python plus reviews |
Questions asked by beginners, answered here |
A mixture of introductory and topical material |
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 Conferences - information about the Python conference scene
Python Events - covers conferences, training courses and more
Local User Groups - find a Python group near you
Python Event Calendars - calendars for Python conferences and user groups
Participating in the Community - where people using and producing Python get together
Find a job where you can use Python - Python job boards around the world
Python Software
Information on finding software projects written in Python, including... |
Managing your code more effectively |
Ready-to-run applications which use Python |
Editing your code more effectively |
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
Maintaining the official Python online resources |
Roundup and the code review services used by the Python project |
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.
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.
To edit wiki pages, please log in first.
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.