I am learning Python. What is the best tool to add a GUI to Python code and make a Linux application from it? Something that is easy to learn but powerful. I found something like PyGTK, Tkinter or PyGObject. What do you recommend?
31 Answer
Adding to what you found, WxPython is quite easy for beginners. Is open-source, quite easy to install in ubunutu:
apt-get install python-wxgtk2.8
and has lots of tutorials: