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.

Phone Book

Submitted by Amir63 on

This is a simply contact form developed using Java. It uses MySQL as a data source. You can print all data in data source and performed backup from data source. Also you can searched on data source and performed more things.

Contact Form in Java

Submitted by Amir63 on
This is a very simply contact form developed using Java. It uses MySQL as a data source. You must first create a connection to MySQL data source by clicking the Create Connection menu item in file menu. Then insert data in to data source. Also you can delete items from data source by Delete key. Hope you like it guys.

Online Library Management System

Submitted by jatin@2196 on
Online Library Management System Project is simple and easy to use and understand. It consists of operation such as: Register yourself as Student or Faculty. Admin Login Student Login Faculty Login Search Book by Id, Name and Author Name. Id: admin1234 Pwd: 12345 This is XAMP based online library management system and its design looks better in Mozilla Firefox browser.

PHP - How To Upload CSV File Into MySQLi

Submitted by razormist on
In this tutorial we will try to upload a CSV File Into MySQLi. This simple script can process and insert the CSV file into MySQli Database. It can lessen and fasten your database processing if your csv is already have a data. So let's do the coding. Before we started: First you have to download & install WAMPserver or any local server that run PHP scripts. Here's the link for WAMP server http:/