Revision 49 as of 2002-09-12 08:40:02

Clear message

Icon(Odi.jpg)

My name is OdiUg, and I will lead you through this wiki...

Python is an object-oriented, interpreted, interactive programming language. It is often compared (favourably ;-) to Tcl, Perl, Ruby, Scheme or Java.

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, Gtk+, Gnome, QT, KDE). 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 (more at PythonAdvocacy).

Feel free to add more useful stuff, but do us a favour and do tests in the WikiSandBox if you're not accustomed to Wiki technology. If you're new to wikis, please read WikiWikiWeb. WikiGuidelines contains a few hints on the rules we choose to follow in this wiki.

IndexTableOfContents

Documentation

Getting Started

Join the fun and start learning today!

Current Python Documentation

Contributed Documentation

Howto...

Development-Guides-R-Us!

Software

Commercial and user contributed software for every purpose!

Community

Come meet the EffBot, TimBot, MartelliBot, WizardOfAahz, our glorious ["BDFL"] and all the rest of the gang! A cast of thousands!

Python Philosophy

  1. Beautiful is better than ugly.
  2. Explicit is better than implicit.
  3. Simple is better than complex.
  4. Complex is better than complicated.
  5. Flat is better than nested.
  6. Sparse is better than dense.
  7. Readability counts.
  8. Special cases aren't special enough to break the rules.
  9. Although practicality beats purity.
  1. Errors should never pass silently.
  2. Unless explicitly silenced.
  3. In the face of ambiguity, refuse the temptation to guess.
  4. There should be one -- and preferably only one -- obvious way to do it.
  5. Although that way may not be obvious at first unless you're Dutch.
  6. Now is better than never.
  7. Although never is often better than right now.
  8. If the implementation is hard to explain, it's a bad idea.
  9. If the implementation is easy to explain, it may be a good idea.
  10. NameSpaces are one honking great idea -- let's do more of those!

Commercial Products and Services

Python at work!

Other Resources

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