Python Shopping Cart Program
In this post, we create shopping cart program where we can add items to list,total their prices and keep track of quantity of each items. How this program works? We…
Technology Speaks..........
In this post, we create shopping cart program where we can add items to list,total their prices and keep track of quantity of each items. How this program works? We…
Python program that ask the user to input number of seconds and converts it into minutes and remaining seconds In this article,i will show you how to write python program…
Write a python program that calculates and prints the number of minutes in a week,month and year Output >>> %Run 'min in week,month,year.py' number of minutes in one Hour =…
Write a python program to calculate number of seconds in a year. There are 60 seconds in one minute in a day. We can easily calculate number of seconds in…
Q. Write a python program to print one of the words negative ,zero or positive. according to whether variable x is less than 0, 0 or greater than 0 respectively.…
In this post, i will show you how to insert multiple rows at a time in MySQL. We will use single INSERT statement to insert multiple rows with multiple data…
Online Voting System project in python with complete source code In this article, i will show you how to create online voting system using python. It is very good project…
Write a python program to remove all the lines that contain characters ‘a’ in a file and write it to another file In this post, we will create a python…
In this post , we will see how to write flow of program execution in python. We will see examples to better understand this concepts. Flow of Execution in a…
In this article, I am going to create garment table in MySQL and insert data into it and i will also implement various mysql command on garment table . Also…