Hacker News new | ask | show | jobs
by langitbiru 2519 days ago
I think PyQt and PySide are in third category: easy but terrible performance.
1 comments

PyQt and PySide take full advantage of the C++ Qt library. Performance is as good as a C++ native Qt app, as long as you have no logical bottlenecks in Python.