21 – Python program to draw line in using create_line in canvas is easy way
Python program to draw line in using create_line in canvas : This easy and simple python program to draw line using create_line method in canvas widget.
Let's sail across an ocean of IT
Python Programming (Basic)
Python program to draw line in using create_line in canvas : This easy and simple python program to draw line using create_line method in canvas widget.
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.
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.
Python program to show use of motion event in tkinter : This simple program will trace the motion of mouse and print with the help of motion event in tkinter.
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.
Python program to demonstrate PhotoImage in tkinter : This simple program will demonstrates PhotoImage module in tkinter which will help students to learn tk.
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.
python program to create class and objects : implement object oriented concepts of class, object and constructor in python, these are used to hold data members.
Python program to find Compound Interest : In simple words compound interest is interest on interest. It is additional interest to the principle sum of loan.
Python program to find simple interest : To find simple interest we need to add principal amount, number of years and rate of interest and then divide it by 100