select which lib for iNet?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun Feb 25 04:23:34 EST 2007


In <mailman.4367.1172394756.32031.python-list at python.org>, Marco wrote:

> I wanta know why (Py)Qt has its own lib on socket/ sql/ openGL,etc ?

That's simply because Qt has these libraries.  If you are programming in
C++ this has the advantage that the application is platform independent if
you write against the Qt APIs.  As Python also has APIs for such things
that work cross platform it might be better to use those, because you can
separate GUI and logic better.  It's hard to replace the Qt libraries with
a Gtk, wxPython or web GUI if you still need Qt for networking or database
access.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list