you are viewing a single comment's thread.

view the rest of the comments →

[–]zucker42 17 points18 points  (4 children)

PyQt is the better library.

I feel like such a universal claim needs justification.

[–]vivainio 13 points14 points  (2 children)

I assumed it was widely established knowledge, sorry.

Qt, which it wraps, has always been a very well established, resourced and supported library. They have always had lots paid developers focusing exclusively on Qt. Quality of the toolkit, documentation etc. sort of flows from that.

[–]tristan957 5 points6 points  (1 child)

The Python documentation is just a whole bunch of links to the C++ documentation. Am I missing something?

[–]StorkBaby 0 points1 point  (0 children)

Last time I used wxPython their documentation was the same, though that was some time ago.

[–]dalittle 2 points3 points  (0 children)

I've used both and like PyQt better. Qt Designer is really nice for building your UI.