A simple calculator in Tkinter and wxPython

My article, A simple calculator in Tkinter and wxPython was published in the latest CVu (Vol. 20, 1). The article describes my experiences writing a very simple calculator GUI - the ‘Hello World!’ of GUI development - in two of the main GUI toolkits for Python: Tkinter and WxPython. Even with such a simple applcation I found it possible to evaluate the toolkits relative to each other.

Comments are closed.