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.

Payroll System

Submitted by Dhaaboo on
Payroll Clerk Job Duties: Maintains payroll information by collecting, calculating, and entering data. Updates payroll records by entering changes in exemptions, insurance coverage, savings deductions, and job title and department/division transfers.

After Sales Service Manager

Submitted by Frankline on
Hello friends, happy New Year to you all. I am posting this project to this platform To express my deep appreciation to the management of Sourcecodester, Raj Shama whose Insightful programming ideas have as well been of great and invaluable help to me in my programming adventure and to all of the members of the forum who share there ideas. I thank you all. The project is written in vb.net 2010 as

Simple Select Option Search Box with MySQLi Using Chosen.js

Submitted by razormist on
This is a Simple Select Option Search Box created using chosen.js and MySqli. A simple select option element become more cool using this plugin.Just try it yourself, and use it to your project. Just download the source code below, Enjoy Coding! For more information about chosen.js, click here

How to Do Pattern Matching in VB.NET

Submitted by ashok05 on
HOW TO DO PATTERN MATCHING IN VB.NET Searching for a particular text is one of the important applications in text processing. Searching becomes more difficult when the size of text increases. Regular expression is a method used to reduce the time and complexity of searching. Regular expressions also called as RegEX which describes the pattern (set of strings which needs to be searched). HOW TO

Implementation of Data Structures and Algorithms

Submitted by Solomon Yaw on
This program was developed during my one semester course in Data Structures and Algorithms. It was developed with Microsoft Visual Studio 2012. It provides a GUI implementation of sorting searching algorithms, stacks, queues and binary tree. This program will be relevant to computer science students around the world who want to know how data structures and algorithms are implemented using