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.

Simple CMS using PHP (News Portal)

Submitted by canvasenx_xo on
Simple CMS (Content management System) using PHP/MySQL For beginner. This code will help you to understand the CMS and Data Retrieval Process using "ADMIN" login. The first page shows the data and for inserting new article and documents. You should log in with Admin Panel. It doesn't use SESSION variable. I will upload the final and complete source code with PHP session soon. Database name:KCC

Math Mania Educational Game

Submitted by Ranielle Canlas1 on
This is an educational game created in vb6, there are simple math problems that is shown on the screen, and you must answer it as fast as you can. The time for each question is determined using the progress bar control below the answering box, if you answered the question incorrectly, or your time runs out, the game is over, the high score is recorded using the settings entry For more information

Picture Puzzle Game

Submitted by Ranielle Canlas1 on
This is a game made in VB6 that randomizes the position of 6 images, you must rearrange the pictures according to the result on stopping the randomization. You must drag the pictures below and drop it down to the boxes in the right side. For more information, visit my facebook account http://www.facebook.com/renielcanlas , search "Peter's Programs" on Facebook or Contact me via phone @09358571433

Tic Tac Toe Game in VB6

Submitted by Ranielle Canlas1 on
Presenting the traditional game TicTacToe , this is a simple game created in visual basic 6.0 that allows 2players, Using Drag and Drop scheme. For more information, or comments, visit my facebook account, http://www.facebook.com/renielcanlas", Search "Peter's Programs" on Facebook or Contact me via Phone @ 09358571433

How to use ADODC, MS Access in VB6

Submitted by Ranielle Canlas1 on
This is a simple program of inventory of stocks of a fast food chain. This is to demonstrate on how to use Adodc in connecting database from MS Access 2007, We inserted a DataGrid control to view the entire table and each field is bounded to a particular text box or combo box to show the details about the current record. You can add, edit and delete records if you want to and the login module is

Inventory System Using Adodc and DataGrid Control

Submitted by Ranielle Canlas1 on
Simple inventory of hard ware computer supplies. This program is created using visual basic 6.0 with Microsoft Access 2007 database to demonstrate the usage of Access Database and connecting it to the system by an Adodc control bounded to a datagrid. This also includes the Login system that is also conencted to user accounts from database and the splash screen has animated progress bar for loading

Touch Screen Kiosk for Books

Submitted by cesarmsdn on
I develop this application for those who love desktop programming. This works for a consultation module touch screen and can be applied to any field like library, restaurant, travel agency and a lot more. Hope you find it of useful: https://www.facebook.com/Cesarmsdn https://www.facebook.com/pages/Itspr-Oficial/ -------------------------------------------- SQL SERVER 2008: STORED PROCEDURE, DELETE

Computerized Inventory System Using MS Access

Submitted by Ranielle Canlas1 on
a simple inventory of school supplies. this system was created in Visual Basic 6.0 with MS Access 2007 Database. Using Adodc Control bounded to DataGrid and each field is connected to a particular textbox and combo box. Splash screen with loading from progress bar using timer and the login module is connected to users account stored in the database I created 5 variations of Inventory system, any

Computerized Inventory System using VB6

Submitted by Ranielle Canlas1 on
A simple Product Inventory management System Created using microsoft visual basic 6.0 and the database was created using microsoft access 2007.. and is connected using ADODC/Datagrid control. Adding/Editing and Deleting of records are possible and it is also capable of managing application users for system login. the splash screen has animated loading effect using progress bar and timer I created