Reputation: 373
I am new to GUI development. What is the best GUI development package for python on linux (ubuntu being more specific)?
Upvotes: 0
Views: 262
Reputation: 5743
This is much more a matter of personal taste.
I use GTK+ with Glade.
Upvotes: 1
Reputation:
There are numerous decent GUI toolkits, the most popular being PyQt, PyGTK, wxPython and Tkinter. Personally, I prefer Qt, but that's really subjective.
Upvotes: 3