PYTHON(1) BSD General Commands Manual PYTHON(1)
NAME
python, pythonw -- an interpreted, interactive, object-oriented program-
ming language
SYNOPSIS
python ...
pythonw ...
DESCRIPTION
To support multiple versions, the programs named python and pythonw now
just select the real version of Python to run, depending on various set-
tings. (As of Python 2.5, python and pythonw are interchangeable; both
execute Python in the context of an application bundle, which means they
have access to the Graphical User Interface; thus both can, when properly
programmed, display windows, dialogs, etc.) The current supported ver-
sions are 2.5 (provided for backward-compatibility with the Python 2.5
family), 2.6 and 3.0, with the default being 2.6. Use
% man python2.5
% man python2.6
% man python3.0
% man pythonw2.5
% man pythonw2.6
% man pythonw3.0