Python

Python 2.6

未直接支援 Unicode Extension-b

Python 2 to Python 3

print xxx => print(xxx)

u'xxx' => 'xxx'

unichr() => chr()

dircache.listdir() => os.listdir()

Python 3

PythonWin 已支援 Python 3.1

仍未直接支援 Unicode Extension-b

Python Imaging Library (PIL)

未支援 Python 3 (截至 2011.3.11), pygame 有提供一些影像處理的功能,

The latest version of PIL, 1.1.7 was released in late 2009, with an indication that it would be “made available for Python 3,” but no estimate as to timeline.

MySQL

GUI

EasyGui