<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Python</name>
<shortdesc>A high-level object-oriented programming language</shortdesc>
<description>Python is an interpreted, interactive, object-oriented programming
language. It is often compared to Tcl, Perl, 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). 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.

The Python implementation is portable: it runs on many brands of UNIX,
on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't
listed here, it may still be supported, if there's a C compiler for
it. Ask around on comp.lang.python -- or just try compiling Python
yourself.</description>
<homepage rdf:resource="http://www.python.org/2.5" />
<maintainer><foaf:Person><foaf:name>Guido van Rossum and the Python community</foaf:name>
<foaf:mbox_sha1sum>0ee79d823690607aaebad9be5f6954978e73b47b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.5</revision></Version></release>
</Project></rdf:RDF>