Differences between revisions 575 and 577 (spanning 2 versions)
Revision 575 as of 2007-04-08 17:23:38
Size: 3277
Comment: Add link to user group page
Revision 577 as of 2007-08-22 19:21:22
Size: 3342
Editor: DavidGoodger
Comment:
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++. 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 23: Line 23:
    * ["PyCon2007"]     * ["PyCon2008"]

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

  • ["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.

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 http://wiki.python.org/wiki/python/img/moin-rss.png]). 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.