I am developing and iOS app and would like to know if it is possible to use python scripts in Xcode to develop my app.
I am comfortable with objective C and I am not aiming to create my entire app using python. Most of the code will still be in objective-C. The algo that I am using is very computationally intense; and so I thought using python (along with numpy and scipy) would speed things up.
I have heard that PyObjC 'may' be useful, but I have found threads on stackoverflow stating that PyObjC is not compatible with XCode 4.
Also, is there any other better suited alternative to perform computationally heavy tasks in iOS.
Thank you for answering, in advance.