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.

Staff Audit System

Submitted by sminuwa on
Hi every one. here is a simple staffs audit system. from this program you will learn how to create a simple verification program. you can also learn how to update records, delete records, select recodes and insert records with a very simple methods. Enjoy for more.... + + contact me @ + + + + email: [email protected] + + fb: facebook.com/itypeng (like us) + + + whatsapp & Calls: +23408135067070

Status Like(s) and Comment Program

Submitted by sminuwa on
This simple codes with help you learn how to create a simple "like" and "comment" program in either your forums or posts. feature: 1. update status. 2. comment on a particular status. 3. like a particular status or unlike as well 4. etc. ++++++++++++++++++++++++++++++++++++++++ + Thank you for downloading + ++++++++++++++++++++++++++++++++++++++++ +for more.... + +contact me @ email: contact

Customer Complaints

Submitted by nigerboy on
The e-Customer satisfaction survey system is a system that will assess customer satisfaction levels in a particular service or product offered at a specific company. The idea was triggered after the realization of high level of customer complaints and drops in sales at the company called Ziba Systems. The e-Customer Satisfaction Survey system main objective is to get customer grievances and use

Clipping Canvas Element in Javascript- Circle Shape

Submitted by GeePee on
This tutorial will teach you how to clip canvas element in javascript. On my previous example, I also discuss clipping but I used pure css/html. This time we will do it in javascript. You can also create different shapes like what we did in css example. Here's the link of css clipping if you've never seen it. Next project, I'm gonna show you the polygon shape. Hope you learn from this.

selectAll Text in Javascript

Submitted by GeePee on
This project will teach you how to create a selectAll text in a div using javascript. With this method, the user can easily copy all of the content on the selected div specially large amount of content. It has only few lines of codes in javascript using execCommand method. Don't forget also to set to true the div contenteditable event. Hope you learn from this.

Shadow Effect on Canvas Element in Javascript

Submitted by GeePee on
This project will teach you how to create a shadow effect on canvas element using javascript. You have the option to set the shadow whether what position you set them in(if the shadow x position is on left side, that is negative number and right side is positive number. The same with y position, if the shadow is on the upper side, that is negative number and bottom is positive number. The positive

Clipping in CSS

Submitted by GeePee on
This project will teach you how to use clip-path property in css. Clipping or clip-path property allows you to display a portion of an image inside the path or a shape. We can create different shape like, rectangle, circle and polygon but I have here an example of circle and polygon. It is easy program. Try it yourself. Hope you learn from this.

Student Information System (Java)

Submitted by donbermoy on
This Student Information System was developed using Java as the Frontend and MS Access Database integration. This was one of the student projects in their java programming subject that i made when I was still a student. This system has all the object components in java such as buttons, textfields, radio button, combobox, list, images, checkbox that you can refer on how to use these components. It