I was torn between posting this in programming or here, hopefully I chose right<BR><BR>I've been dusting off my programming skills in linux lately and I'd like to create a GUI for a program I just ...
I'm trying to get started with GUI programming in Python. I looked at Tkinter first, since it's "the de-facto standard" per python.org, but I wasn't too impressed. Next I installed wxPython and ...