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.

Automated Teller Machine System

Submitted by joken on
This Automated Teller Machine System is created by a BSIT-2 student wherein this system allows you to register a new account, Deposit certain amount, Balance Inquire, and withdraw amount, as well as this system has an admin side, wherein the admin can block or unblock a specific account and also the administrator can modify the information of the account owner. The system is created using Visual

Jak’s Computer Renting System

Submitted by joken on
This system is created by a BSIT-2 student as their final requirements in one of their subjects. The system is made using Visual Basic 2008 and Microsoft Access for database support and Crystal Reports for the reporting. Here’s the following feature’s available in this system: Acquired new Transaction, Register New Customer, Manage User (Add, Update and Delete), Generate Reports for List of

Memory Game in JavaScript

Submitted by GeePee on
You may be familiar with "Memory Game". Here, you will learn how to create a fun game that challenges your visual ability to remember numbers. The puzzle is composed of 24 checkered tiles with hidden numbers (12 pairs). When you click two consecutive tiles with the same corresponding number, it steadily appears; if not, the tiles flip to back. And when the puzzle is solved, the game automatically

Add,Edit and Delete Using CodeIgniter.

Submitted by ranjit1 on
In this tutorial you will be able to Add,Edit and Delete Data Using CodeIgniter. System Requirement to run CI: Xampp server or Wamp server . Any Browser Google chrome,Firefox,Opera,Safari.. etc. Php editor you can use Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the error if they have. This

Auto Scroll Animation

Submitted by GeePee on
Auto Scroll Animation using JavaScript. In this project, I also used PHP to lessen the codes and MySQL so that I can grab all the contents of the topics that I placed in the page. One feature of the project is that, once you click a topic, it automatically slides down to its content. And by clicking Go Back To Top, it will automatically slide to top. Hope you learn from this.

Compute Grade Using VB6

Submitted by jayzeeman on
This is a simple Grading System and this is my first project this past year. I have used Microsoft Visual Basic 6.0 and Microsoft Access 2013 and make sure you have all required Software before open vb *this is all you need to open in References "Microsoft active x 2.8 library" and into components "Microsoft data grid control 6.0 (OLEDB), Mircosot ADO data control 6.0(OLEDB), Microsoft Windows

MaxOn Accounting Software

Submitted by zadr50 on
Maxon is a software that helps you to make transactions on the company, including sales, purchases, accounts payable, accounts receivable, stock, assets, cash book, accounting, and so forth. MAXON made by a group of programmers who are experienced, you can communicate or discussion about the manner of use of the software, business process problem, request and modification modules via online forums

Image Slider

Submitted by GeePee on
This is a simple image slider using JavaScript and jQuery. This slider automatically slides and takes you to the next image. And while the slideshow plays, you can also click the previous and next button. To pause the slideshow, hover the mouse pointer over the image. Hope this helps.