Size: 4208
Comment:
|
Size: 5092
Comment: Add another PyQt5 tutorial
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* [[http://lateral.netmanagers.com.ar/categories/pyqt.html|PyQt4 by Example]] - By Roberto Alsina | !PyQt5: * [[https://build-system.fman.io/pyqt5-tutorial|PyQt5 Tutorial: Create a Python GUI in 2018]] * [[https://github.com/mfitzp/15-minute-apps|15 Minute Apps]] - "A collection of 15 small — minute — desktop applications written in Python using the PyQt framework." * [[http://zetcode.com/gui/pyqt5/|ZetCode's PyQT5 tutorial]] !PyQt4: * [[https://pythonspot.com/pyqt4/|PyQt4 examples]] |
Line 8: | Line 14: |
* [[http://www.commandprompt.com/community/pyqt|GUI Programming with Python: QT Edition]] - A very complete document about !PyQt development (also mentioned in [[Books]]) | |
Line 10: | Line 15: |
* [[http://www.youtube.com/watch?v=Ee8eRwjbcFk|PyQT Webkit Browser in 2 minutes]] - a screencast on YouTube * [[http://www.harshj.com/2009/04/26/the-pyqt-intro/|The PyQt Intro]] - a series of introductory articles in tutorial format |
* [[http://www.youtube.com/watch?v=Ee8eRwjbcFk|PyQT Webkit Browser in 2 minutes]] - a screencast on !YouTube |
Line 13: | Line 17: |
* [[http://gumuz.nl/weblog/qt-designer-video-tutorial/|Qt Designer video tutorial]] - By Guyon Morée | |
Line 16: | Line 19: |
* [[PyQt/simple| "Simple" Editor - newbie for newbies PyQt4]] * [[https://www.udemy.com/python-gui-programming|Learn Python GUI programming using Qt framework]] Articles that seem to be no longer online: * [[http://lateral.netmanagers.com.ar/categories/pyqt.html|PyQt4 by Example]] - By Roberto Alsina * [[http://www.harshj.com/2009/04/26/the-pyqt-intro/|The PyQt Intro]] - a series of introductory articles in tutorial format * [[http://gumuz.nl/weblog/qt-designer-video-tutorial/|Qt Designer video tutorial]] - By Guyon Morée |
|
Line 18: | Line 29: |
* [[PyQt/simple| "Simple" Editor - newbie for newbies PyQt4]] | |
Line 20: | Line 30: |
Authors, please fix the links and move them back into the section above. |
|
Line 24: | Line 36: |
* [[http://chaos.troll.no/~dboddie/Python/PyConTre_Italia_2009/|PyQt for Desktop and Embedded Devices]] - a general overview about !PyQt plus some basic information about Python and !PyQt4 on embedded devices | * [[http://www.boddie.org.uk/david/Projects/Python/Qt/PyCon_Italia_2009_PyQt_for_Desktop_and_Embedded_Devices.pdf|PyQt for Desktop and Embedded Devices]] (PDF) - a general overview about !PyQt plus some basic information about Python and !PyQt4 on embedded devices * [[http://www.boddie.org.uk/david/Projects/Python/Qt/Software/PyCon_Italia_2009_PyQt_for_Desktop_and_Embedded_Devices-1.1.zip|examples and source material]] |
Line 39: | Line 52: |
These tutorials are for Qt 3: | These tutorials and resources are for Qt 3: |
Line 44: | Line 57: |
* [[http://www.commandprompt.com/community/pyqt|GUI Programming with Python: QT Edition]] - A very complete document about !PyQt development (also mentioned in [[PyQt/Books|Books]]) |
Getting Started with PyQt
PyQt5:
15 Minute Apps - "A collection of 15 small — minute — desktop applications written in Python using the PyQt framework."
PyQt4:
PyQT4 Tutorial - A step by step PyQt4 tutorial
ZetCode's PyQT4 tutorial - Another step by step PyQt4 tutorial
Introducing PyQt4 for GUI Application Development - a talk presented at EuroPython 2006
Creating GUI Applications with PyQt and Qt Designer - a talk presented at PyCon UK 2007
PyQt by devendra laulkar @ Barcamp pune3 - a video of a short introduction to PyQt
PyQT Webkit Browser in 2 minutes - a screencast on YouTube
An Introduction to PyQt: creating GUIs with Python’s QT bindings - first published the December 2007 issue of Python Magazine
PyQt4 Lab 1 - Creating a simple editor window in Qt 4.
write a web browser by python - Creating a WebKit-based browser with PyQt
Articles that seem to be no longer online:
PyQt4 by Example - By Roberto Alsina
The PyQt Intro - a series of introductory articles in tutorial format
Qt Designer video tutorial - By Guyon Morée
PyQT-tutorial - Similar to below's "uses Qt Designer, very good for beginners.", but this one's for PyQt4
PyQt basics - Nelson Mimura Gonzalez - Aug 3, 2012 (articles page here) This document aims at rapidly introducing PyQt from installation to basic usage.
Authors, please fix the links and move them back into the section above.
More Introductory Materials
Getting Started With PyQt4 (PDF, work in progress) - a set of introductory slides about PyQt
PyQt for Desktop and Embedded Devices (PDF) - a general overview about PyQt plus some basic information about Python and PyQt4 on embedded devices
Testing and Test Frameworks
Test PyQt GUIs with QTest and unittest - A complete example of how to write unit tests for PyQt using only the open source modules included in PyQt and Python
Also see the GUI Testing and Unit Testing pages for more on the topic of testing
Setting Up an Integrated Development Environment (IDE)
Also note that the PyDev Python Development plugin for Eclipse works really well.
Historical Records
These tutorials and resources are for Qt 3:
IBM Qt/PyQt tutorial - a toy application is developed, first with Tkinter, then with PyQt.
PyQT-tutorial - uses Qt Designer, very good for beginners.
Jonathan Gardner's PyQt tutorial - writing a GUI for the at utility.
GUI Programming with Python: QT Edition - A very complete document about PyQt development (also mentioned in Books)