Can I write native iPhone apps using Python?

davidmytton picture davidmytton · Sep 4, 2008 · Viewed 169.1k times · Source

Using PyObjC, you can use Python to write Cocoa applications for OS X. Can I write native iPhone apps using Python and if so, how?

Answer

gavrie picture gavrie · Sep 4, 2008

You can use PyObjC on the iPhone as well, due to the excellent work by Jay Freeman (saurik). See iPhone Applications in Python.

Note that this requires a jailbroken iPhone at the moment.