News

Tkinter has several advantages for Python GUI development, including its ease of use, its cross-platform compatibility, and its ability to create simple and lightweight GUIs.
Understanding how to code, even at a basic level, allows professionals to work more efficiently, automate tasks, and make data-driven decisions, regardless of their job title.
However, the defacto GUI framework for Python is Tkinter, a wrapper around Tk that is relatively simple to use. So, I elected to go with that.
This intro course provides an overview of Python 3 and the basics of programming. As you learn more, you can see how to do GUI programming using Tkinter.