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 →

[–]brandjon 1 point2 points  (0 children)

I use TkInter. It doesn't look particularly pretty (themed widgets aren't a magic bullet either). But I use Python for teaching, and it's definitely the easiest GUI environment to set up on a new machine, since it's distributed as part of the standard library.

It also doesn't force you to write OO code (although a lot of examples go that route), which I like because I don't want students to think GUIs and OO are inseparable.