"""
In many cases, adding a graphical interface to Python scripts means getting your hands dirty with TKinter or other GUI programming kits. This exercise is usually reserved for users who have already acquired decent Python programming skills, as it requires some serious code wizardry.
"""
I have teached Python to non-programmers and my students have used TKinter. The hardest thing is remembering the libraries names, that's it. I also like EasyGui, but I do not agree that TKinter "is usually reserved for users who have already acquired decent Python programming skills, as it requires some serious code wizardry". It is not that difficult if undergraduate non-programmers can use it.
Tkinter not that difficult
Posted by: eocasio on September 14, 2008 02:39 PMIn many cases, adding a graphical interface to Python scripts means getting your hands dirty with TKinter or other GUI programming kits. This exercise is usually reserved for users who have already acquired decent Python programming skills, as it requires some serious code wizardry.
"""
I have teached Python to non-programmers and my students have used TKinter. The hardest thing is remembering the libraries names, that's it. I also like EasyGui, but I do not agree that TKinter "is usually reserved for users who have already acquired decent Python programming skills, as it requires some serious code wizardry". It is not that difficult if undergraduate non-programmers can use it.
#