GUI programming with python

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Thu Aug 28 09:59:17 EDT 2008


zamil a écrit :
> Hello Everyone
> 
> It's my very first email to this group. i am a beginner programmer of
> python. it it possible to build Desktop application using python.

Yes.

> Which IDE should i use for this purpose?

I suspect you are confusing "IDE" with "GUI builder". FWIW, you don't 
*need* any IDE nor GUI builder - a decent code editor is enough. Now if 
you really want a GUI builder, you'll have to choose one that's tied to 
your GUI toolkit and that run on your platform.



More information about the Python-list mailing list