Calculator in Python

As I have mentioned on different occasions, I like to read technical topicsĀ in order to review and learn new things. This weekend I decided to spend some time with Tkinter.

For starters Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages. Continue reading “Calculator in Python”