Is there like an AIR for python? I know I can use Cocoa with Python, is there anything else? How easy is it to get started with Cocoa for Python if you know Python.
|
3
|
|||||||
|
|
|
I would go with PyObjC. It is supported with XCode (Mac OS X's main development platform) and the resulting application is 100% Cocoa (which is a huge bonus if you don't need cross-platform). |
||
|
|
|
|
A very popular GUI system for Python (and my personal favourite) is wxPython. |
||||||||||
|
|
|
There is PyQt, which lets you use the cross-platform Qt toolkit from Python. Also, I asked a similar question a while ago which has some more suggestions: What cross-platform GUI libraries are simple, lightweight, and have minimal dependencies? |
||
|
|
|
|
There is Tkinter. It comes standard with Python and uses native widgets on the Mac. |
||
|
|
