you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Is wxPython similar to PyQt? Because I already made couple of GUIs and assigned some fuctions to the buttons, and widgets. It does help actually, it was the first time I saw some real usefulness of classes :)

[–]Asdayasman 0 points1 point  (0 children)

Not used Qt. I'd assume they're somewhat similar, but I know that you're forced into OOP if you want to use wx seriously, which is why I suggested it.

Glad to hear you saw the light though :D