Python GUI: Adding label to window using Tkinter Tutorial# 3

preview_player
Показать описание
In this tutorial we are going to add Label to window using Tkinter in Python

======================================================
About Python:

Python is a general-purpose interpreted
interactive, object-oriented and high-level
programming language. Python was created by Guido
van Rossum in the late eighties and early nineties
Like Perl, Python source code is also now available under the
GNU General Public License (GPL)

This is a complete python programming tutorial for beginners. All
the topics from basic to advanced are covered with examples to
understand the concepts better. Once you complete the course you
will be able to write complex code using python.I am sure you
are going to love the python than any other programming language
for rest of your life

This tutorial has been designed for software
programmers with a need to understand the Python
programming language starting from scratch. This
tutorial will give you enough understanding on
Python programming language from where you can
take yourself to a higher level of expertise
Рекомендации по теме
Комментарии
Автор

Really clear explanations which is great. Fully explaining why things are added really helps my understanding thanks

robinbebbington
Автор

fg means foreground not friend ground I think

stanleyhayford
Автор

assigning chained Label().pack() to a variable makes no sense.
Last method pack() always return None, so variable myLabel1 is pretty useless.

voytechj
visit shbcf.ru