[EMAIL PROTECTED] wrote:

I want to build a desktop application. I am searching for some kind of
environment that would provide all the elements ready (Windows...).
Then I would have to code the business logic only.

start here:

  http://wiki.python.org/moin/GuiProgramming

The big ones are Tkinter, which is usually bundled with Python; wxPython, and PyQt. There's also a trend towards using the web browser as a presentation engine also for local applications; for libraries that help you with that, you can start here:

  http://wiki.python.org/moin/WebProgramming

or jump directly to

  http://www.djangoproject.com/

</F>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to