12

For a college project, I need to implement a GUI for a console app I wrote. For this I decided to use PyQt. I need only basic functionalities, such as designing a simple form with basic elements and displaying some texts on it.

Can anyone point me to a nice tutorial for learning PyQt? I really don't want to get into the details of Qt at this stage.

Samuel P
  • 129
  • 1
  • 1
  • 3
  • possible duplicate of [Starting Python and PyQt - Tutorials, Books, general approaches](http://stackoverflow.com/questions/3113002/starting-python-and-pyqt-tutorials-books-general-approaches) – Chris B. Jul 21 '10 at 14:28
  • 2
    If you're on Linux, try PyGTK it's much better! – Matt Joiner Jul 21 '10 at 14:34

5 Answers5

6

The best way to learn PyQt is the book "Rapid GUI Programming with Python and Qt" from Mark Summerfield. That's the way I learned PyQt.
Another very good source is the homepage of PySide. They also provide a Python Qt wrapper which is compatible to PyQt. It has a very nice documentation (with real python examples, not C++ like PyQt).

pedrotech
  • 1,359
  • 10
  • 19
Steven Mohr
  • 1,167
  • 6
  • 19
6

You can read PyQT by Example, a series of blog posts by Roberto Alsina.

MarredCheese
  • 17,541
  • 8
  • 92
  • 91
Juanjo Conti
  • 28,823
  • 42
  • 111
  • 133
5

There is a really great Tutorial I used to learn pyqt: http://zetcode.com/tutorials/pyqt4/

This PyQt tutorial is also available in German language

Jon
  • 51
  • 1
  • 1
  • Found this to be the most concise,quick and explanative set of tutorials in comparision to other answers –  Jul 05 '16 at 12:46
0

you need to see the orginal pyqt Examples you need time for practice you get Experience

you must specify a goal and start Researching about it.

iraj jelodari
  • 3,118
  • 3
  • 35
  • 45
0

Try to Learn PyQT by Video Tutorials. You can follow the http://webtech-training.blogspot.in/2014/05/learn-pyqt-step-by-step.html