Python 3.1 – Object-oriented programming language.

July 3, 2009

Python 3.1
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++. It is also usable as an extension language for applications that need a programmable interface.

WHAT’S NEW
Version 3.1: Changes are outlined here.

REQUIREMENTS
Mac OS X 10.3.9 or later.

Leave a Comment