does python have a GUI

Robin Dunn robin at alldunn.com
Sun Jan 28 19:21:07 EST 2001


"shaka" <fabrice.n at home.com> wrote in message news:TMDc6.984$KP3.528954 at news3.rdc1.on.home.com...
> 
> I am new at programming and I have started to learn python.  I used to learn
> to program Java applet at school.   Java used to have a bunch of Graphic
> User Interface(GUI).
> I was wondering if python had also a GUI, or how do I give a physical
> appearance to my program like a window that open and ask the user to enter
> something(not talking about the interactive mode).
> 
> 

See http://starbase.neosoft.com/~claird/comp.lang.python/python_GUI.html for a summary.  Or you could just go directly to my personal favorite:  http://wxPython.org/


-- 
Robin Dunn
Software Craftsman
robin at AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!





More information about the Python-list mailing list