⇤ ← Revision 1 as of 2014-06-04 21:25:58
Size: 4208
Comment:
|
Size: 4430
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* [[http://www.youtube.com/watch?v=Ee8eRwjbcFk|PyQT Webkit Browser in 2 minutes]] - a screencast on YouTube | * [[http://www.youtube.com/watch?v=Ee8eRwjbcFk|PyQT Webkit Browser in 2 minutes]] - a screencast on !YouTube |
Line 24: | Line 24: |
* [[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]] |
Getting Started with PyQt
PyQt4 by Example - By Roberto Alsina
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
GUI Programming with Python: QT Edition - A very complete document about PyQt development (also mentioned in Books)
PyQt by devendra laulkar @ Barcamp pune3 - a video of a short introduction to PyQt
PyQT Webkit Browser in 2 minutes - a screencast on YouTube
The PyQt Intro - a series of introductory articles in tutorial format
An Introduction to PyQt: creating GUIs with Python’s QT bindings - first published the December 2007 issue of Python Magazine
Qt Designer video tutorial - By Guyon Morée
PyQt4 Lab 1 - Creating a simple editor window in Qt 4.
write a web browser by python - Creating a WebKit-based browser with PyQt
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.
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 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.