PyObjC
From Wikipedia, the free encyclopedia
PyObjC is a bidirectional bridge between Python and Objective-C. It allows Python scripts to use and extend existing Objective-C class libraries.
PyObjC is commonly used to extend the Cocoa libraries provided by Apple Computer's Mac OS X, affording programmers the ability to write full featured Cocoa applications entirely in Python. It also allows developers to use the powerful Python libraries while accesing Cocoa.
There is also rudimentary support for GNUStep.
The current version is PyObjC 1.4 (released 2006-06-14) and it is a Universal binary.