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: 297
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:
- 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?
- What about the performance?
Thanks in advance!
© Stack Overflow or respective owner