Today we are going to learn about Python GUI Programming.
What is Python GUI programming?
GUI stands for, Graphical User Interface. That means we are going to learn about Graphical programming with Python. Using the GUI program you can build software and web applications.
There are lots of GUI frameworks (or toolkits) for Python from Tkinter. We will start with tk for building desktop applications using Python.