Newbie wants to get visual

M

MartinRinehart

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.
 
M

Mike

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top