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.

ATM Machine

Submitted by andaman on
This Atm Machine was developed by Mr.Bimal Lakra, as a faculty in Aptech Computer Education. Using This Atm Machine you can Deposit the Amount in Your Account and Withdraw the amount , Money Transfer and Balance Enquiry in your Account. Thank Your Mr Bimal Lakra Tushnabad Junction Forest Colony Andaman & Nicobar Island

PHP - Users Online Script

Submitted by softafzar.net on
Hello, if you are developing a web application, you may need this online users script to show how many users is online. Yesterday i wrote a php class for it and decide to share it. Creating table Well, Before using this class, you must create a table in your database: CREATE TABLE `online_users` ( `session_id` char(150) NOT NULL, `last_activity` int(11) NOT NULL default '0' ); Creating php file

Simple Inventory Sytem using PDO (For Beginners!)

Submitted by RobertSoriano on
1. OPEN phpmyadmin and create your desired database name. 2. While you are in your desired database, upload the sql file included in the project. 3. Change the database name in db.php to your desired database name. 4. run using your web server (Ex. wamp or xampp) and enjoy! In this inventory system you can: Add/Edit/Delete Items View number of items sold Search for existing items Add Quantity to