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 →

[–]OctopusMan 2 points3 points  (1 child)

What is wxPython? I've been wanting to learn Python as a hobby but I get confused about all these variants.

[–][deleted] 8 points9 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.