Python

Python Source Code

Free Python Source Code. Download from a vast collections of free Python source code below. Games are also available like Rock Paper Scissors Game and a lot more.

Age Calculation Edited Version

Submitted by Amoako on
This is a simple visual basic 6.0 age calculation I made. I just change the date input into datepicker so that user can easily select their date of birth. The function is still the same than the previous version. Just select the date of birth on start date caption and click ok, then you will see a computation of your age. If start date is greater than end date, form validation will appear saying

File Upload using PHP and MySQL

Submitted by cngirwa on
This system enable user to; 1. Log in to the system 2. Upload files 3. Delete files 4. Download files If you are interested on this project please modify it by adding; 1. User manager module 2. User activities tracking module 3. More security features NB: Files are saved in server and only location is saved to database. USERNAME: admin PASSWORD: 123456 Previously, this project was done by josina08

Asp.net Gridview insert update and delete the records!

Submitted by ashirjoiya3 on
Here I am going to give an example about asp.net gridvew which covers the following points. 1.Insert the data in database 2.Binding the data to gridview from database 3.Grid view row editing 4.Updating the records in database 5.Grid view row deleting and taking confirmation before deleting the record For more inquiries or any suggestions about the system, please don’t hesitate to contact the

Age Calculation

Submitted by Amoako on

This is a simple visual basic 6.0 age calculation I made. Just enter the date of birth on start date caption and click ok, then you will see a computation of your age. If start date is greater than end date, form validation will appear saying Date Of Birth can not be greater then current Date. Hope you learn from this.

Jewellery Shop Management in VB

Submitted by bhumiksonibk on

It is the live software for Jewellery shop to maintain the database and shop Schedules. Recently the Microsoft Visual FoxPro and Microsoft Office Access are using for maintain a record. But they are not able to handle large number of data and to provide a security and search record properly. They not have user interface, so it’s not user friendly. So, to provide the more convenient, user friendly

Number To Words

Submitted by Buragwis455x on
This is java program that convert number to its word equivalent. It is very useful if you are developing a system that need to generate a check. Try to this yourself and I'm sure you will enjoy doing this kind of system. Hope you learn from this.