I work in the embedded world, using mostly C and no GUI at all (because there is no display screen).
Moving on to a non-embedded world in which I have almost no experience, what is the best programming environment (langauge / IDE / etc) for me to create a simple window form application that will work on all common platforms: windows / linux / mac -os?
I do not want to create a web application.
I mean Python and one of its widget libraries, QT or WxWidgets. Is this a good option?
source
share