Python Basics Lesson 3 - Simple GUI Calculator

preview_player
Показать описание
Coding starts at 1:04

Welcome to lesson 3

I will be keeping them short and sweet from here on.

This lesson shows how to add a title to our GUI program, and how to add a Label.

A Label can be used do display text to the end user, we use it for now to show the programs purpose (name) and later on we will use this label to add some instructions to the end user

The code for this lesson is here (as-well as the code for the other lessons):

Also, check out my written PDF documents for basic GUI development in Python and Tkinter:

Each PDF booklet has a code to go with it - all available at that link.

Remember - ALL you need to do these lessons is to have Python Installed. I am using Python 2.7 but to run on Python 3 is easy enough, just leave a comment and I will talk you through it.

Feel free to message or comment about anything

Keep up the good work - see you next lesson, where we will add the entry box
Рекомендации по теме