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.

Text Editor

Submitted by hrishikeshsonawane7 on
This is the update on my Notepad project Text Editor. I have some features added in the system. I just include the new function count text, count word, date and time. I also added new text style. Just explore on this project and try it yourself. I hope this will help you in your future project. Have a nice day. Thank you & Thanks for www.sourcecodester.com

Using Cookies in PHP

Submitted by GeePee on
This is a very simple and basic tutorial in PHP. This will teach you how to use and set cookie in PHP. Cookies allows the webmaster to store user's or visitor's information to be accessed on the next visit in the website. It is usually used in logging in, to store the username and password. But note, don't use cookie on an important information. Here is the code to set the cookie: $cookie_name =

Bio-metric Time & Attendance Software

Submitted by Abdul Rahman on
Desktop PC based Application Feature: Leave Management Manual Attendance Finger print + BarCode based Attendance Customized Attendance Reports Mobile SMS Verification Attendance verification On Mobile SMS Fee Calculation Fine Calculation Print Fee Voucher username:=admin password:=123 for mark attendance press enter without user name and password email:[email protected] phone:03217807470 for

Add, Edit and Delete record using PHP/MySQL with PDO Query

Submitted by RobertSoriano on
This project will teach you on how to make a CRUD (Create Record Update Delete) using PHP/MySQL and PDO Query. Why PDO? Because mysql functions are getting deprecated. PDO is safe from sql injections and it will make you far more productive. Just download the file, put it to your www folder(wamp) or htdocs(xampp) and upload the database in phpmyadmin. Enjoy and happy coding! :) If you need more