Python in a desktop environment

MonkeeSage MonkeeSage at gmail.com
Sun Mar 11 00:01:15 EST 2007


On Mar 10, 9:23 pm, "David Cramer" <dcra... at gmail.com> wrote:
> If you had an application that you were about to begin development on
> which you wanted to be cross platform (at least Mac and Windows),
> would you suggest using c++ and Python?

Depending on what exactly you're trying to do, a pure python solution
may be sufficient, though obviously a C/C++ backend would be portable
as well. In terms of GUI; GTK or QT would probably be your best bet
(my personal preference is for pygtk), though Wxidgets may be a viable
option if the others are not (I'm not sure how advanced GTK/QT support
is on OSX). Your question is kind of vague, so this response is vague
as well. More info is needed to answer in a more specific way.

Regards,
Jordan




More information about the Python-list mailing list