Would knowing Python help with creating iPhone applications?

Posted by Josh on Programmers See other posts from Programmers or by Josh
Published on 2011-02-10T14:22:09Z Indexed on 2011/02/10 15:33 UTC
Read the original article Hit count: 441

Here is what the apple site says:

With Snow Leopard, Mac OS X makes it easy to use scripting languages as full application development tools. Snow Leopard ships with support for the RubyCocoa Bridge and the PyObjC bridge. These two bridges give developers access not only to system APIs, but to Cocoa frameworks such as AppKit and Core Data, enabling you to build fully native Mac OS X applications in Ruby or Python. The RubyCocoa and PyObjC bridges allow you to freely mix code written in Objective-C with code written in the scripting language. You can quickly build prototypes and then optimise by implementing performance-critical pieces in Objective-C.

How could Python help in this case?

© Programmers or respective owner

Related posts about career-development

Related posts about python