Oct-30-2016, 04:50 AM
(This post was last modified: Oct-30-2016, 05:07 AM by demosthenesk.)
You can start with this
http://www.tutorialspoint.com/pyqt/
First of all you must decide which framework you will work with.
Here is a list with all GUIs for Python.
https://wiki.python.org/moin/GuiProgramming
The most active are PyQt and Pyside.
PySide comes with two flavors. PySide1 which is QT4 framework. It is stopped developed because the QT has gone to new version QT5.
So we have PySide2, which is QT5 framework.
A note. PySide2 is founded and supported by Qt Company and it is the official package of QT for Python.
Although, it is not very active community.
PyQt comes also with two flavors.
One community edition and one commercial edition.
PyQt is been developed by a company named Riverbank.
The project is mature with no bugs and it has a very active community and you get great help from mailing-list
Personally i prefer PyQt.
http://www.tutorialspoint.com/pyqt/
First of all you must decide which framework you will work with.
Here is a list with all GUIs for Python.
https://wiki.python.org/moin/GuiProgramming
The most active are PyQt and Pyside.
PySide comes with two flavors. PySide1 which is QT4 framework. It is stopped developed because the QT has gone to new version QT5.
So we have PySide2, which is QT5 framework.
A note. PySide2 is founded and supported by Qt Company and it is the official package of QT for Python.
Although, it is not very active community.
PyQt comes also with two flavors.
One community edition and one commercial edition.
PyQt is been developed by a company named Riverbank.
The project is mature with no bugs and it has a very active community and you get great help from mailing-list
Personally i prefer PyQt.