On 5/8/13 11:00 PM, David Goldsmith wrote:
So I'm writing this GUI app using wxPython when it dawns on me: why
don't I write it as a Web app (by which I mean Wikipedia's second
definition,
Some other ideas to look at for a GUI are:
TideSDK | Create multi-platform desktop apps with HTML5, CSS3 and
JavaScript. It has a Js to Python Bridge that looks like an
interesting idea.
http://www.tidesdk.org/
Python Wrapper for Google V8 Javascript Engine
http://code.google.com/p/pyv8/
PyV8 is being used in this sublime plugin
Emmet (ex-Zen Coding) for Sublime Text. ( For any sublime user this is
an interesting plugin idea worth looking at for HTML page coding. )
https://github.com/sergeche/emmet-sublime
OS X GUI
The most important usage of this is writing Cocoa GUI applications on
Mac OS X in pure Python
http://pythonhosted.org/pyobjc/
-Kevin