Spr: The Ramblings Building Cocoa GUIs in Python with PyObjC, Part One / Jun 11, 2008 Introduction Building GUIs for Apple OS X traditionally meant you would code in Objective C. To overcome this issue people have made programming bridges to allow development in other languages. PyObjC is the project that enables Python programmers to take advantage of Cocoa, Apple's development environment. I rec

