Tkinter best practices
Published on Tue 27 June 2017 in Software Engineering • Tagged with python, tkinter
Tkinter is the standard Python interface to Tk and Tkl GUI toolkit. Programmers often wonder how to structure their tkinter program. In this article, I am going to answer to a question posted on StackOverflow which contributions drift away from some of software engineering fundamentals.
Continue reading