The next 20 years of Python
The next 20 years of Python
Posted Jul 13, 2013 17:04 UTC (Sat) by maxiaojun (guest, #91482)Parent article: The next 20 years of Python
Some complain about tkinter
tkinter based Apps looks retro on Ubuntu, for example, my toy app: https://github.com/maxiaojun/zip-fix/blob/master/gui.py
Same app looks much more native on OSX.
Tcl doesn't support Unicode character outside BMP? WTF?
The widgets are quick to fire but there are glitches here and there.
And, finally, I'm not aware of complete, official and up-to-date reference documentation of tkinter (in Python). There are several incomplete and unofficial around the Internet.
