This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

PyObjC

The /PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality. What this really means is that you can write full fledged "Cocoa" applications in pure Python.

Currently developed by RonaldOussoren, BillBumgarner, SteveMajewski, JustVanRossum, JackJansen, and others.

status

/PyObjC 1.1 was released 2004-05-30.

The latest version of /PyObjC can always be retrieved from the subversion repository at http://svn.red-bean.com/pyobjc

links

http://pyobjc.sourceforge.net/

Some notes on starting "Cocoa" programming with /PyObjC from a (Mac)Python programmer's perspective.


2026-02-14 16:09