Fast and easy GUI prototyping with Python

eliben eliben at gmail.com
Sat Jun 21 09:46:15 EDT 2008


On Jun 21, 3:36 pm, ero... at gmail.com wrote:
> Which tools would you use? I want the interface design to be as easy
> and fast as possible, all ideology aside. I'm considering either
> IronPython+Visual Studio or Python+Qt -- but I'm open for other
> suggestions.
>
> Visual Studio seems to offer the easiest solution, but is IronPython
> stable enough? How easy is the IronPython/Visual Studi integration?
> What about IronPython Studio?

I've had success using wxPython in conjunctin with wxGlade. wxGlade is
quite flexible, allows quick previews and generates code that's not
bad. The wxPython binding is very well supported and works nicely in
practice. And, best of all, this solution is both free and completely
cross-platform.

Eli



More information about the Python-list mailing list