Learn on how to create a Find Difference Between Two Numbers using Python. A simple Python coding technique that use tkinter widgets to calculate a number.
This is a simple program to calculate salary of employee with taxable amount in Python.
The program requires the name of the employee, name of the company, salary of the employee.
It will then calculate based on 20% tax rate. If the employee’s salary falls below 10,000, then the employee is not taxed.
Learn on how to create a Sum Two Numbers With GUI using Python. A simple Python code that can sum the two numbers. This is a useful when you want to put a calculation for your python programs.
Learn on how to create a Change Background Color On Click using Python. A simple Python code that can change the background color of the application. This is a helpful when you want to dynamically change the template of your app.
Learn on how to create a Pop-up Window using Python. A simple Python code that can display a pop-up window when a button is clicked. This is a useful when you want to apply some prompt message for your application.
Learn on how to create a Populate Entry Text On Double Click using Python. A simple Python code that can populate the entry widget by double clicking This is a useful trick when you want to populate some data to any forms.
Learn on how to create a Display Data In Table using Python. A simple Python code that can display a data in the table. This is a helpful when you want to display your sqlite data in the table.
Learn on how to create a Digital Counting Timer using Python. A simple Python code that can start a countdown timer for an event. This is a useful when you want to set time counter to an important event.
Learn on how to create a Sorting Data In SQLite3 using Python. A simple Python code that can display and sort the data in the TreeView. This is a useful when you want to change the format of viewing of your data in the table.