Any really modern, good-looking desktop apps that are developed with PyQt/PySide?

Posted by Edwin on Stack Overflow See other posts from Stack Overflow or by Edwin
Published on 2010-05-07T02:55:42Z Indexed on 2010/05/07 2:58 UTC
Read the original article Hit count: 272

Filed under:
|
|

Hi,

I have started using Python for web development recently, it's kinda cool; I have seen programs that are developed in QT/C++, which is good enough in terms of esthetics; I have just noticed the new PySide project (which brings LGPL Qt license to Python and it doesn't support Windows yet).

In view of the above, I see the possibility of using Python + PyQt/PySide to develop cross platform apps in the future :) but I have several doubts right now:

  1. Can PyQty/PySide be used to develop really complex/modern UI? Can somebody give me some points to have a look at some nice-looking screenshots of apps that are developed in Python+QT?
  2. What about the performance?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about qt

Related posts about pyqt