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.

Sort Data in Table By Color Using PHP/MySQL and Jquery

Submitted by argie on
In this code you will learn on how to create an application in php that sort data by color in table. The feature of this code is it filters data base on color. I also provide link that clear all filter in order to go back in original display of files. Leave comment if you have a question in this code. database name: pcci

Creating a VB Scheduler in ASP.NET MVC3 Razor

Submitted by LiDmX on
Specially for VB programmers: an easy-to-follow tutorial on how to create a simple event calendar/scheduler in visual basic. After reading this tutorial, you can create a simple event calendar in VB.NET from scratch. Proceed reading to create a nice-looking calendar with multiple views (day, week and month) and events arranged in a cascade style.

Picominoe

Submitted by Oelasor on
Picominoe is a board puzzle similar to the popular jigzaw puzzle only that it uses blocks of connected squares in varying forms and sizes instead of predefined shapes. The application presents coding concepts on the following: * sculpting objects (forms and picturebox controls) * dragging and dropping objects (forms and picturebox controls) * mouse clipping * graphics manipulation (rotating blocks

PolyTwister

Submitted by Oelasor on
PolyTwister is a puzzle game that uses four polygons to form varying shapes. The user can select from a set of built-in predefined shapes and of course, the polygons can be rotated. The program uses various APIs to sculpt the polygon objects.