23 – Python program to draw triangle using create_polygon method in canvas in easy way

draw triangle using create_polygon method in canvas itvoyagers

Python program to draw triangle using create_polygon method in canvas : This easy and simple program will draw triangle using create_polygon method of canvas.

22 – Python program to draw oval using create_oval method in canvas in easy way

Python program to draw oval using create_oval method in canvas itvoyagers

Python program to draw oval using create_oval method in canvas : This is easy and simple program to demonstrate create_oval method in canvas to draw oval.

20 – Python program to demonstrate Label and its attributes in tkinter in easy way

demonstrate Label and its attributes in tkinter itvoyagers

Python program to demonstrate Label and its attributes in tkinter : This is easy and simple program will demonstrate Label widget and its attributes in tkinter.

19 – Python program to draw line and rectangle using methods in canvas in easy way

draw line and rectangle using methods in canvas itvoyagers

Python program to draw line and rectangle using methods in canvas : This easy and simple program will demonstrate the methods use to draw line and rectangle.

17 -Python program to demonstrate Button in tkinter and its event in easy way

Python program to demonstrate Button in tkinter itvoyagers

Python program to demonstrate Button in tkinter and its event in simple and easy way. This program demonstrates two events single click and double click events.

14 – Easy python program to access global variable in class

python-program-to-access-global-variable-in-class-itvoyagers

Python program to access global variable in class : You can access global variable in class by using its object’s instance. It is easy as shown in this example.