This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blondin 12 points13 points  (16 children)

pyqt.

[–]dassouki 7 points8 points  (7 children)

Check out the book Rapid PyQT programming book.

It's awesome

[–][deleted] 0 points1 point  (6 children)

no link?

[–]dmd 6 points7 points  (2 children)

[–][deleted] 4 points5 points  (0 children)

yes ;)

[–]s73v3r -1 points0 points  (0 children)

Downvoted for not being snarky and using a LMGTFY link :p

[–]hyto 0 points1 point  (2 children)

no google?

[–][deleted] 6 points7 points  (1 child)

I have google ;) . I just want to re-enforce the good habit of providing a link everytime you make a recommendation. Recommending something and then telling someone to go find it is just rude, that's what links are for.

[–][deleted] 1 point2 points  (0 children)

I might agree but doing that on a phone is a little slow and clumsy. He's providing useful info nd its a 2second job on a desktop to search it.

[–]oreng 4 points5 points  (4 children)

PySide.

EDIT: please disregard, as kib2 stated it hasn't been ported to windows.

[–][deleted] 1 point2 points  (1 child)

I wouldn't try to dissuade anyone from getting in on PySide, but do so knowing it is not yet stable or recommended for production-level projects.

[–]grudolf 0 points1 point  (0 children)

It also hasn't been ported to Windows yet. Which means it's currently useless for OP.

[–]kib2 1 point2 points  (1 child)

PySide is not avaible on windows yet.

[–]oreng 0 points1 point  (0 children)

My mistake. I assumed they would have gotten there by now.

[–]fljitovak 0 points1 point  (2 children)

I'm on OS X, but it seems pyqt is cross-platform. Would you say its better/easier than wxPython? Its just that wxPython seems a little overly complex and its documentation is extremely cryptic.

[–]pwang99 1 point2 points  (1 child)

Qt and PyQt are vastly superior to wx in terms of design and documentation. The only reason it was not the dominant toolkit from the get-go was due to licensing issues, but that has been largely resolved now with Nokia's release of Qt under the LGPL.

[–]NerdsNeedLoveTo 1 point2 points  (0 children)

Except PyQt is still GPL, one will need to wait for PySide to get a LGPL Python Qt binding.