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.

Advanced Guest House Management System

Submitted by Raj.Sharma on
This project is written using VB.NET and MS access 2010 as back end... I developed this project for Ashok Guest House Gujarat India Main Features are: 1. Guest House Reservation. 2. Restaurant Billing. 3. Guests Orders Management. 4. Stock Management. 5. Advanced records searching Facility, Advanced reports. 6. Inventory Management and many more. Facility to work on many PC's using LAN

How to Create a Splash Screen in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will have a Splash Screen in Java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of splashScreen.java. 2. Import the following packages: import java.awt.*; //used to access the Color, Dimension, and Toolkit class import javax.swing.*; //use the JWindow and JLabel class 3

MetroPad v.1 (Metro-Styled Notepad) Using VB.NET

Submitted by galvez15 on
Description: A simple yet powerful windows application created with VB.NET. With Tabbed MDI that enables user to work/open text files at the same time. It works like with a normal notepad so it can be easily used (User-Friendly Interfacec). I would like to acknowledge those codes available online for open-source. Hope you all like this system :) Note: Some issues were not yet fixed thus I will be

Pick Up Keyboard Input in Javascript

Submitted by GeePee on
This project will teach you how to pick up keyboard using javascript. Once the user press the key, it will display what key has been pressed and its keycode. It can also detect keyboard properties. You will notice that when the user press the key and hold, it has a status onkeydown event for whatever key user pressed and on released, it changes to onkeyup event. This is very useful in creating

Tab Control in CSS

Submitted by GeePee on
This project will teach you how to create a tab control using html/css. On my previous project Tab Control, I used jquery, but this time it is pure html/css. It has the same function as the tab control which uses jquery. Hope you learn from this.