[BangPypers] GUI framework in Python...

Sridhar Ratnakumar sridhar.ratna at gmail.com
Sun Oct 5 02:23:41 CEST 2008


On Fri, Oct 3, 2008 at 4:01 AM, Vishal <vsapre80 at gmail.com> wrote:
> <rant>I wouldn't recommend option (c) as writing GUI code over
> HTML/JavaScript is the most painful development option even if you
> were to use those fancy and buggy GUI javascript toolkits.</rant>
>
> Any specific reason for this? The one I can think of is cross browser
> compatibility.

1. Browser inconsistencies
2. Lack of proper rendering abstractions (for example, every GUI
javascript code basically looks like a bunch of hacks - and hard to
maintain. See YUI *source* code).
3. Lack of choice in programming langauge (client side code must be in
Javascript)
4. Performance


More information about the BangPypers mailing list