[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Newbie wants to get visual

Martin Rinehart

1/11/2008 7:51:00 PM

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.
1 Answer

Mike Driscoll

1/11/2008 9:54:00 PM

0

On Jan 11, 1:50 pm, MartinRineh...@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