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.

Calculator

Submitted by Dalimark Tenio on
This program shows a simple calculator with some basic operators like a real calculator. It's kinda hard to understand especially for beginners but interesting project. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

Sales Express Application

Submitted by Dalimark Tenio on
This simple program calculates the total sales from January to December then calculate the average sales. This will identify the company statistics if the company is progressing or not progressing. It was created to serve as an example to those beginners and want to learn in this programming language. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions

How to Validate HTML Form Using PHP/jQuery?

Submitted by prabaweb on
Hi there, Today I am going to show how to validate form using jquery and php. HTML Forms are one of the main points of interaction between a user and a web site or application " method="post" id="register-form" novalidate> Name " /> Gender Female Male Other Address " /> Email " /> Username " /> Password

ASP.NET Data Grid and Crystal Reports

Submitted by shiundu on
This web application system is helpfull to beginners who would wish to learn how to display data from sql server database on a datagrid and the use of master pages in asp. The project is simple to learn with different method of fetching data: 1. Stored Procedures 2. Sql querries 3. Datasource method Remember to the the web config connection string to your local database instance.I used the sql

Login Page with Shake Effect

Submitted by RobertSoriano on
This is a simple Ajax PHP login with welcome page using MySQL database and PDO query that will save you from sql injections. If the user log ins with the wrong username or password, the login box will shake. To begin, follow given steps: 1. Extract files and put the folder shakeLogin in your www(wamp) or htdocs(xampp) directory. 2. Open phpmyadmin and create a database named `wall` 3. Go to that

Calculate Number of Days in a Month using PHP

Submitted by alpha_luna on
PHP cal_days_in_month() The cal_days_in_month() it function to return the number of days in a month of a specified year and calendar. This is the form of this function: cal_days_in_month(calendar,month,year) calendar (required) Specifies the calendar to use month (required) Specifies the month year (required) Specifies the year Example: The following example shows the basic on how to use the cal