Python is an interpreted, interactive, object-oriented programming language.

It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes.

It supports multiple programming paradigms beyond object-oriented programming, such as procedural and functional programming.

Python combines remarkable power with very clear syntax.

It is also usable as an extension language for applications that need a programmable interface.

The language itself is a flexible powerhouse that can handle practically any problem domain.

Build your own web server in three lines of code.

Python lets you write the code you need, quickly.

Also, Jython and IronPython (see below) support JIT compilation on their respective virtual machine implementations.

Python plays well with others

Python can integrate with COM, .NET, and CORBA objects.

For Java libraries, use Jython, an implementation of Python for the Java Virtual Machine.

For .NET, try IronPython , Microsoft’s new implementation of Python for .NET, or Python for .NET.

Python is also supported for the Internet Communications Engine (ICE) and many other integration technologies.

Wrapped modules appear to your program exactly like native Python code.

That’s language integration made easy.

There are even versions that run on .NET and the Java virtual machine.

You’ll be pleased to know that the same source code will run unchanged across all implementations.

Your favorite system isn’t listed here?

It may still support Python if there’s a C compiler for it.

Ask around on news:comp.lang.python - or just try compiling Python yourself.

Python is friendly… and easy to learn

The Python newsgroup is known as one of the friendliest around.

Python also comes with complete documentation, both integrated into the language and as separate web pages.

Online tutorials target both the seasoned programmer and the newcomer.

All are designed to make you productive quickly.

The availability of first-rate books completes the learning package.

The Python license is administered by the Python Software Foundation.

Take a look at system domains where Python is used, or try the current download for yourself.