The Python Wiki
Welcome to the Python Wiki, a user-editable compendium of knowledge based around the Python programming language. Some pages are protected against casual editing - see WikiEditingGuidelines for more information about editing content.
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 Discussion Forums - if you want to meet people online, ask questions or discuss new ideas
Python Conferences - information about the Python conference scene
Local User Groups - find a Python group near you
Python Training - Python training courses
Python Events - event listing for conferences, training courses and more
Python Event Calendars - calendars for Python conferences and user groups
Participating in the Community - where people using and producing Python get together
Python Software Foundation - show your support by joining the Foundation behind Python
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 |
