Python,iOS - 我可以用 python 编写我的应用程序的模型吗
<p><p>我想为iOS编写一个计算机代数系统(只是为了好玩),我认为如果内核代码用Python编写会更好。所以我想要一种方法:</p>
<p>在 iOS 上从 Objective-C 调用 Python 代码,
从 Objective-C 访问 Python 对象的属性和方法:</p>
<p>我将在 Objective-C 中完成所有 GUI( View )代码,我不需要从 Python 调用 Cocoa。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>两种选择:</p>
<p>1) 使用 kivy ( <a href="http://kivy.org/#home" rel="noreferrer noopener nofollow">http://kivy.org/#home</a> ),它与 iOS 兼容,但您必须用 python 编写 UI(我没有尝试这样做,所以可能有办法)。</p>
<p>2) 使用 PyObjC (<a href="http://pyobjc.sourceforge.net/" rel="noreferrer noopener nofollow">http://pyobjc.sourceforge.net/</a>) 之类的东西。您可以在普通的 Python 模块中编写逻辑,然后从 Objective-C UI 代码中使用。</p></p>
<p style="font-size: 20px;">关于Python,iOS - 我可以用 python 编写我的应用程序的模型吗,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/10371606/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/10371606/
</a>
</p>
页:
[1]