Newbie wants to get visual

Mike kyosohma at gmail.com
Fri Jan 11 16:53:52 EST 2008


On Jan 11, 1:50 pm, MartinRineh... at gmail.com wrote:
> I'm ready to start coding the parser for my Decaf (beginners)
> language. I think that a "visual" parser (one that shows what it's
> doing as it does it) would be nice. (And I think that it would help
> the parser author by saving the requirement for a bazillion print
> statements while debugging the tool.)
>
> Can someone point me toward the easiest possible way to get GUI? I've
> got the Rappin/Dunn book re wxPython, but suspect that this may be
> overkill for what I want. If I could do something that would work in a
> browser window, that would be wonderful.

wxPython can most likely do what you like and they have a very helpful
user's group. But if you're leaning more towards using Python on the
web, you'll probably want to take a look at the usual suspects:
Django, Turbogears, Pylons or Plone/Zope.

Mike



More information about the Python-list mailing list