Cocotron 与 pyobjc ?
我正处于开发跨平台(Mac 和 Windows)应用程序的规划阶段。性能不是问题,Python 非常适合该问题领域。我是一名具有 pyojc 经验的 Cocoa 开发人员。 Cocotron 看起来很吸引人,但是有人使用 Cocotron 和 pyojbc 吗?
如果没有,假设替代方案是带有 Objective-C 的 Cocotron 或带有 wxwidgets 的 Python。
I'm in the planning stages of developing a cross platform (Mac & Windows) app. Performance is not an issue, and Python would be a good fit for the problem domain. I'm a Cocoa developer with pyojc experience. Cocotron looks appealing, but has anyone used Cocotron with pyojbc?
If not suppose the alternatives are either Cocotron with Objective-C or Python with wxwidgets.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果性能不是问题,那么为什么不只使用 python 而不使用 obj-c 呢? wxPython 将在 Windows、Mac OS 和 Linux 上提供原生外观。使用 py2exe 和 py2app (Linux 用户无论如何都有 python :-)。
顺便说一句:wxPython 开源应用程序有一个很好的例子 - Editra 文本编辑器。另外,这个程序的作者写了一本很好的书< /a> 使用 wxPython 开发跨平台应用程序。 我正在阅读它,我喜欢它简短而简洁的风格。如果您想购买这本书 - 您可以在出版商的网站上完成一项调查并获得 50% 的折扣:-) 我就是这么做的。
If the performance is not an issue, then why not to use just python without obj-c? wxPython will provide native look and feel on both Windows, Mac OS and Linux. And it's easy to make distributions for different OSes with py2exe and py2app (and linux users have python anyway :-).
BTW: there is a great example of wxPython open-source application - Editra text editor. Also, the author of this program wrote a nice book on development of cross-platform apps with wxPython. I'm currently reading it and I enjoy it's short and laconic style. If you want to buy this book - you can complete a survey on the publisher's site and get 50% discount :-) that's what I did.