Cocotron with pyobjc?

I'm at the planning stage for developing a cross-platform application (Mac and Windows). Performance is not a problem, and Python is suitable for the problem area. I am a Cocoa developer with pyojc experience. Cocotron looks attractive, but has anyone used Cocotron with pyojbc?

If the alternatives are not assumed, either Cocotron with Objective-C or Python with wxwidgets.

+3
source share
1 answer

If performance is not a problem, why not use only python without obj-c? wxPython provides a natural look for both Windows, Mac OS, and Linux. And it's easy to make distributions for different operating systems using py2exe and py2app (and linux users still have python :-) .

BTW: There is a great example of the open source wxPython application - Editra text editor. In addition, the author of this program wrote a good book for developing cross-platform applications using wxPython. , . - 50%:-), .

+1

Source: https://habr.com/ru/post/1791681/


All Articles