Simple Calculator Using Python

Submitted by razormist on
In this tutorial we will try to create a Simple Calculator Using Python. Python has a design philosophy which emphasizes code readability. That's why python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduces time consuming in developing.

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