I want to write a computer algebra system for iOS (just for fun), and I think it would be better if the kernel code was written in Python. So I want a way to:
Call Python code from Objective-C on iOS, Access the properties and methods of Python objects from Objective-C:
I am going to do all the GUI (View) code in Objective-C, I won't need to call Cocoa from Python.