I'm starting getting into PyQt
. Therefore I would need some good tutorials. I searched a bit but didn't find any good. Most tutorials only post "full" applications but don't go into detail.
Can you advise me some?
Currently im programming in Notepad++
. Are there better lightweight editors or simple IDEs for python in combination with PyQt?
Nope, PyQt is actually pretty user friendly. You can download Qt Designer, and you can click and drag elements of your GUI to make it look how you want. When you finish designing the UI, it creates a . ui file.
PyQt is a Python binding for Qt, which is a set of C++ libraries and development tools that include platform-independent abstractions for Graphical User Interfaces (GUI), as well as networking, threads, regular expressions, SQL databases, SVG, OpenGL, XML, and many other powerful features.
PyQt is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in. PyQt is free software developed by the British firm Riverbank Computing.
thenPyQt comes with many powerful and advanced widgets. TkInter does not come with advanced widgets. 5. PyQt have a Qt Designer tool which we can use to build GUIs than get python code of that GUI using Qt Designer.
You should probably ask two different questions here, one regarding the PyQt tutorial and one about a better editor. Also both could be more precise (PyQt version, editor expectations and so on)
However here's where you could start:
PyQt4:
Editor:
I hope this helps to get you started. It is just a proposal,.. there are many ways to Rome...
"The PyQt4 tutorial" by Jan Bodnar (ZetCode)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With