Differences between revisions 579 and 580
Revision 579 as of 2008-02-15 18:45:34
Size: 3344
Editor: PaulBoddie
Comment: EuroPython 2007 -> 2008
Revision 580 as of 2008-11-15 13:59:48
Size: 3349
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
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. 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.
Line 11: Line 11:
  * ["BeginnersGuide"] - links to tutorials, courses and resources
  * ["Documentation"] - learning materials, topic guides and links to central resources
  * ["PythonBooks"] - books about Python plus reviews
  * ["Asking for Help"] - questions asked by beginners, answered here
  * [[BeginnersGuide]] - links to tutorials, courses and resources
  * [[Documentation]] - learning materials, topic guides and links to central resources
  * [[PythonBooks]] - books about Python plus reviews
  * [[Asking for Help]] - questions asked by beginners, answered here
Line 17: Line 17:
  * ["Languages"] - resources written in languages other than English
  * See also the [wiki:CategoryDocumentation documentation category] for all known documentation-related pages.
  * [[Languages]] - resources written in languages other than English
  * See also the [[CategoryDocumentation|documentation category]] for all known documentation-related pages.
Line 22: Line 22:
  * ["PythonConferences"] - information about the Python conference scene, plus upcoming conferences...
    * ["PyCon2008"]
    * ["EuroPython2008"]
  * ["PythonEvents"] - covers conferences, training courses and more
  * [[PythonConferences]] - information about the Python conference scene, plus upcoming conferences...
    * [[PyCon2008]]
    * [[EuroPython2008]]
  * [[PythonEvents]] - covers conferences, training courses and more
Line 30: Line 30:
  * ["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
  * [[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
Line 39: Line 39:
  * ["Community"] - a guide to the wider community   * [[Community]] - a guide to the wider community
Line 45: Line 45:
    * ["How to..."] guides
    * [http://www.python.org/dev/doc/ Contribute to the documentation]
    * [[How to...]] guides
    * [[http://www.python.org/dev/doc/|Contribute to the documentation]]
Line 50: Line 50:
    * ["Python24Fixes"] - task list for preparing the Python 2.4.4 release.     * [[Python24Fixes]] - task list for preparing the Python 2.4.4 release.
Line 55: Line 55:
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"]. 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]].

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

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.

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.

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

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