Which you suggest PySide or PyQt? + Why?
-
Hi;
Which you suggestPySideorPyQtfor Python developers and why? Can we useQt5this tools? I think license ofPySideis GPL, LGPL and commercial (likeQt), but license ofPyQtis GPL and commercial, not LGPL. AlsoPySideis developed byThe Qt Company,PyQtis developed byRiverbank Computing. Can we develop mobile applications withPySideorPyQt? Both support allQtlibraries?Qt Creatorhas 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.