Python for professsional Windows GUI apps?

sturlamolden sturlamolden at yahoo.no
Tue Aug 25 14:54:21 EDT 2009


On 25 Aug, 13:24, Wolfgang Keller <felip... at gmx.net> wrote:

> The area of _desktop_ database application development indeed looks like a vast and very hostile desert in the Python landscape.

Yes, you don't have drag-and-drop database tools like MS Access or
FoxPro. You actually have to use a database API (such as pyodbc or
pymssql) with GUI (tkinter, wxPython, PyGTK, PyQt, MFC) manually. If
you need a framework for this, you should not be developing software
anyway.




More information about the Python-list mailing list