Python Tutorial: GUI Calculator with Model View Controller #3

preview_player
Показать описание
In this part we will be adding a title to the window as well as adding the first few widgets using the “pack” geometry manager.

The complete series will show you how to code a fully functioning simple calculator from scratch using the tkinter graphical user interface library. Tkinter comes preinstalled when you download Python. You will also get an idea of what it is like to code in the design style of model view controller.

Рекомендации по теме
Комментарии
Автор

Great explanation. Simple and clear! Much appreciated.

macieks
Автор

brilliant! thanks a ton man! you explanations are super clear and up to the point. already liked and subbed

FunnyVideos-niiu
Автор

Where is the instance of the window? Common practice says to explicitly create an instance of the window(root).

stevep