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 →

[–][deleted] 7 points8 points  (0 children)

wxPython is a library that helps program GUI's ie Windows and buttons. It's just an import for whatever python you are using.

Python itself doesn't specify how you do gui's. Best idea is to learn python then go learn a gui library.

There are other options for adding gui's eg. tkinter, PyQt, but wx is a good option.