Python Tutorial: GUI Calculator with Model View Controller #1

preview_player
Показать описание
In this first part we set up three modules with one class each, one each for the model, view and controller.

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.

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

Victor thank you for taking the time to post these videos. This has been the best Python MVC-related example for me. It has helped me get started tremendously! I hope that someday you will upload more Python-related videos. Thanks again!

krystoficuspkuirl
Автор

Victor your my spirit animal. Thank you for this set of tutorials. It has helped a lot. Also I appreciate that you pronounce the word "buttons" as "bu'dd'ons". I get so much crap for doing the same thing. Keep up the good work!

orangeairplane
Автор

Good tut but that tinny music in background is distracting.

freeelectron
Автор

Thank You for a great series. I was struggling to implement MVC, your videos saved my ass. Doing a little for you. Adding links to all the videos for easy access:


Keep doing the good Work.

DeepankarMaithani
Автор

I was looking for this architecture design Thanks!

eduardotrujillo
Автор

Thank you for making this video but I am curious as to where the rest of the series is.

pavulon
Автор

the only comment would be to zoom in on specific areas of IDE when your programming... difficult to see whats happening

JR-lybx
Автор

What's the function of __main__ ?

nilsoncampos