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.

Grading System

Submitted by Hevin Siaton Ebarle on
This is just a simple grading system which allows you to record the grades of students from first grading to fourth grading. Create a database called grading_system and import the database using phpMyAdmin under table folder. Account info: Admin username: admin password: admin After you login as admin, create a user, then login as create and add a grade(s). I hope that it will help :)

Python: A Very Simple Guessing Game Dedicated For Beginners

Submitted by razormist on
In this tutorial we will create a very simple Guessing Game Using Python Programming. Python lets you work more quickly than other programming languages.It is very easy to learn syntax emphasizes readability and reduces time consuming in developing. In Python you don't have to worry about a miss semi colon, because it is not necessarily needed in python. So let now start the coding... Getting

A Simple Game Created using MIT App Inventor 2

Submitted by winex01 on
How to play Tap the car to start game and keep tapping the car so that the car won't crash. Every time you tap the car the speed increasing. Game Functionality: 1. Score board 2. Touch or tap the car so it wont crash and game over. 3. Tap play again to play it again. 4. No db so the score won't save the next time you play it.

Guessing Game

Submitted by Jaxel14VB on
Guessing Game in VB.Net. This is a popular and effective game that I've done many times to any people. Ask a volunteer to choose a number and/or letter(s) from the tab [Choose]. This program have a set of 8 tabs and your question for him/her is the same for each tab: "Does your chosen number and/or letter(s) are present? Yes or No". If the volunteer says "Yes" you must check the checkbox from

HyperTyper Game

Submitted by Mr.Niemand03 on
About: A Mini Typing Master Game Coded and Compiled using Visual Studio 2010 Requirements: 1. Install Gunplay3D.ttf first. Don't worry font is included in the archive 2. Visual Studio 2010 or later versions How To Play: Just like Typing Master Game, Try to type the word(s) inside the box while it is going down as fast as you can. Score is determined by the numbers on the left or right side of the

Over weight or Under weight Program in C

Submitted by bbmevada on
Here I created a program which will tells you about your weight. If you enter the value below 80 kg then it will shows that you are underweight else overweight. Here i also putted a limit of 1000 kg. If you enter the value 1000 then the program will close automatically. I hope this program will help you to learn about if else and nested if else statement in c.