select which lib for iNet?

M

Marco

Hello everyone,

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

Is the lib better than standard lib?

Thank you!
 
M

Marc 'BlackJack' Rintsch

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top