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 Bingo Program

Submitted by muthym on
This is a bingo program written in Rapid-Q programming language(VB6-like program) that draws numbers randomly. Along with the code(ebingo.bas), I included the RQ compiler & IDE (Observe the size and you will be amazed :) This is my free and portable/lightweight alternative to VB6). * Unzip the file. * Open ebingo.bas using RQDevStudio. * Compile and Run. Output may vary based on your screen

Send Email With Attachment

Submitted by amrit_tamang on
this is simple sending email software. you can also attach your file and send it. i make this software in .net framework 4.5. you can copy the shortcut of this exe file to you startup folder due to which this software is always open and you can open by clicking at its notification icon. you can contact me at www.facebook.com/amt.tmg

XY Grapher

Submitted by SoulPour777 on
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author SoulPour */ import java.lang.Math; import java.util.Random; import javax.swing.*; public class XY_Grapher extends javax.swing.JFrame { /** * Creates new form XY_Grapher */ public XY_Grapher() { initComponents(); } /** * This method is called from within the constructor to initialize the

Online Class Record And Grade Inquiry System Using PHP/MySQL

Submitted by graxa on
The title of this system is online class record and grade inquiry system, programmed using PHP/MySQL and AJAX. I uploaded this code, to help my fellow programmer who found difficulties in creating their own online class record and grade inquiry system. The feature of this system are the following: - secure log in system using PHP - submit multiple grade in one process - calculate grades

Online Tax Mapping Using PHP/MySQL

Submitted by lea on
This is a tax mapping system programmed using PHP/MySQL. I write this code to help other programmer who found difficulty on creating their own tax mapping system. The feature of this system are the following: - secure login - image map using area tag - popup map details - add/manage land owners details - live search for landowner details - auto calculated tax per parcel of land If you want to view