Checking if a Number is Prime or Not with Python
In this blog, we will use the Python programming language to write a simple application that checks if the number is prime or not. Prime...
Nargiz Huseynova
2 min read
Email Splitter App
This is a simple python app that takes a lists of emails and separate the username and the domain name. First let's create a list with...
Shawon Shariff
1 min read
Guessing Game in python
Guessing game becomes an interesting technique which can be implemented by English teachers to teach speaking. Beside rising so much fun,...
Omnia Sayed
1 min read


Simple Body Mass Index (BMI) Program
Body mass index (BMI) is a quotient that has been in use since the mid-19th century. It is used to identify adults and adolescents that...
Omnia Sayed
1 min read
Character occurrence
Think of the len() function, but this method has a much scope enabling you to use of bigger strings or character occurrences. We use...
ashioyajotham
1 min read
BMI CALCULATOR
Body mass index calculator for human, this body mass index calculator ensures how healthy a person is, and take immediate reaction if a...
Rinchen Dorji
1 min read
simple arithmetic calculator by python
Everyone need simple calculator in his daily life so in this program we calculate simple calculation like addition, subtraction … In this...
Alaa Mohamed
1 min read
BMI Calculator by python
What is the BMI? Body Mass Index (BMI) is a person’s weight in kilograms divided by the square of height in meters. A high BMI can...
Alaa Mohamed
1 min read


Temperature Convertor
Two frequently used temperature scales are degree Celsius and degree Kelvin. In this blog a simple python application is built that...
Rubash Mali
1 min read


Basic Calculator Application
A simple calculator made using if else condition that performs 5 basic mathematic operation between two numbers( addition, subtraction,...
Rubash Mali
1 min read
Guessing Game
This is an interactive app where the program accepts input from the user , the app randomly generate a value between the two user's input...
bismark boateng
1 min read
BMI calculator
Body Mass Index (BMI) is a measurement of a person's weight with respect to his or her height. It is more of an indicator than a direct...
bismark boateng
1 min read
Guess the number of oranges in a box game
This game guesses the number of oranges in a closed box. There is a secret number that when guessed correctly, you win the game. This is...
mrbenjaminowusu
1 min read
Roll A Die
The idea is to play die game using python.To do so we will take help from "Random Library". Random Library will allow us to generate...
Rohit Roy
1 min read
Roman To Decimal
The simple idea is to calculate decimal numbers from roman so for that we have five steps process .The reason we are doing this is to get...
Rohit Roy
1 min read
BMI calculator using python
Body mass index (BMI) is a measure of body fat based on height and weight that applies to adult men and women. It is a measure for the...
074bex435.ranjan
1 min read
Character Counter using Python
In this post, you can learn how to count the number of occurrences of each character in a word or phrase or a sentence. For example: The...
ayenadykyaw1
2 min read


BMI Calculator using Python
Body mass index (BMI) is the measure of the body fats based on height and weight of a person. High BMI can indicate high body fatness and...
Kala Maya Sanyasi
2 min read
Dice Game Simulation with Python
This is a simple python code for rolling a six sided dice. The program simulates two players and declares the winner to the player who...
Kala Maya Sanyasi
2 min read
Rock,paper,scissors game
Now u can play with your own computer Rock,paper,scissors game.there is a score which is updated when the user win or lose,i have...
Sara Ahmed
1 min read
Fahrenheit and celsius converter
I have build a calculator ,which convert between Fahrenheit and Celsius. to use it first you have to choose which way to convert then...
Sara Ahmed
1 min read
BMI Calculator with Python
This article includes a python code which allows the user to input values and it displays the bmi
Vanessa Arhin
1 min read
Password Generator with Python
A random password generator is a software program, hardware device, or online tool that automatically generates a password using...
Abu Bin Fahd
1 min read
Data exploration of the iris dataset
Get familiar with pandas library The Iris Dataset contains four features (length and width of sepals and petals) of 50 samples of three...
Gaurab Awal
1 min read