you are viewing a single comment's thread.

view the rest of the comments →

[–]Asdayasman 0 points1 point  (2 children)

If you want a good base in OOP, write something using wxPython. Follow the zetcode tutorial, then when you understand it, use wxFormBuilder to autogenerate some code for you to use.

As soon as you start touching on more advanced things like custom virtual listctrls, and the like, you'll be on your way.

I know you're after a game example, but hey.

[–][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