开发者

Learning PyQt Quickly [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

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,开发者_JS百科 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.


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).


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


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


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜