Which you suggest PySide or PyQt? + Why?
-
Hi;
Which you suggestPySide
orPyQt
for Python developers and why? Can we useQt5
this tools? I think license ofPySide
is GPL, LGPL and commercial (likeQt
), but license ofPyQt
is GPL and commercial, not LGPL. AlsoPySide
is developed byThe Qt Company
,PyQt
is developed byRiverbank Computing
. Can we develop mobile applications withPySide
orPyQt
? Both support allQt
libraries?Qt Creator
has got fine Python support (add-on etc.)? Thanks. -
Hi,
No special suggestions, the goal of both is to provide a complete set of bindings for the Qt modules.
PySide2 information can be found here. If you need to start right now with Qt 5 and python, PyQt might be the current best option.
I haven't tested Python for mobile application so I can't comment on that however there might be catches with the mobile platform development rules about using an interpreter that you should check.