Python

Hotel Management System Using Python

Submitted by razormist on
Hotel Management System with Source Code is a Python program that can manage and calculate the overall billing of customer. This program was built using Python language. The system does not require a login information in order to navigate, the user can directly assign customer room, calculate room rent, generate restaurant bill, and calculate the total cost billing. The system has a feature that

Student Management System Using Python

Submitted by razormist on
Student Management System with Source Code is a Python program that can manage the list of all student information. This program was created by the use Python language. The system is a simple console application, where the user can manage the information of student by: adding new student, display all student list and deleting some student information. The system features is accessible by entering

Python Input

Submitted by moazkhan on

In this tutorial you will learn:

  • Input Function
  • Input in Python 2.7
  • Input in Python 3.6
  • Making a simple Calculator

Input Function

This is an important function in programming languages almost all programming languages offer some kind of input function to take values from the user.

Input in Python 2.7

Python Operators

Submitted by moazkhan on

In this tutorial you will learn:

  • Python Operators
  • Assignment Operators
  • Arithmetic Operators
  • Comparison Operators
  • Logical Operators

Python Operators

Operators are considered as the foundation of any programming language. Operators are symbols which can control the value of operands by performing different tasks based on the type of symbol.

Assignment Operators