Temperature Conversions using Python
OVERVIEW: In this blog post, we will learn the conversion of temperature in different scales. The three most common temperature scales...
mairajsaleem92
2 min read
Checking if a Word is Palindrome with Python
This is a simple python app that will tell you wether your text is a palindrome or not. In this program, I have used the build-in...
Shawon Shariff
1 min read
Song Picker Program using Python
This simple python program aims at taking the users' preference of genre then recommending a random song to listen to from this genre....
Teresa Rady
2 min read
Simple Python Program for Calculating BMI
Albert Einstein said " If you can't explain it to a six year old, you don't understand it yourself". This matches the same philosophy of...
Teresa Rady
2 min read
Email Splitter for Separating Username from Domain Name
This is a simple app to separate the username and domain name in an email. This app requires the user to enter an email of their...
mrbenjaminowusu
1 min read

Converting Temperature in Fahrenheit to Celsius and Vice Versa.
In this blog, we will talk about Converting Temperature from Fahrenheit to Celsius and vice versa. The Fahrenheit temperature scale is...
Nargiz Huseynova
2 min read
A Simple Cards Draw Game using Python
In this post, I'll present to you the mini card drawing game in which the user can draw from 1 up to 5 cards and see if he won against...
Hamza kchok
2 min read
Body Mass Index(BMI) Calculator
Tracking health is an important aspect of our lives. One of the important indicators that can tell us about our health is none other than th
Hamza kchok
3 min read

Calculating Highest Common Factor using Python
The HCF (Highest Common Factor) of two or more numbers is the highest number among all the common factors of the given numbers. The...
Abu Bin Fahd
1 min read
GPA Calculator Implementation Using Python
Introduction we will discuss GPA calculation using python programming. We all have either the GPA system or the percentage system in our...
Aizaz Khan
2 min read

Creating Currency Converter with the help of Tkinter(Python GUI)
Why do we need a Currency Converter? We need a currency converter because there are hundreds of currencies in the world and each has its...
Aizaz Khan
3 min read
Email Address Validity Checker using Python
Generally, to check the email address is valid, we have to look for '@' sign. Because every email address has @ sign. But specifically,...
ayenadykyaw1
1 min read
Fibonacci Sequence Generator using Python
This blog post demonstrates how to generate a Fibonacci sequence in Python. Fibonacci sequence is a series of numbers wherein the numbers...
Aldwin Dave Conahap
2 min read

Body Mass Index Calculator using Python
This blog post describes a program that calculates body mass index(BMI). It classifies your weight status whether it is underweight,...
Aldwin Dave Conahap
1 min read

Fahrenheit to Celsius Conversion with Python
Generally to measure the temperature we make use of one of these two popular units. Fahrenheit & Celsius. Converting one into another is...
Magdy Ahmed
1 min read


Decimal to Binary Conversion using Python
In this post, you will learn how to convert a decimal into an equivalent binary number using Python. Here, I have mentioned two ways to...
Magdy Ahmed
1 min read
Leap Year Checker with Python
In this post, we will develop an app that can determine if a year is a leap year or not. A leap year is a year, occurring once every...
Safia Bashir
1 min read
Guess the number using Python
General Introduction "Guess the Number" is a simple game, which consists of simply finding the number generated by the program. This game...
Kouamé Maïzan Alain Serge Kossonou
3 min read
"Guess the word" game
"Guess the word" game is a fun game for anyone who wants to improve their vocabulary. It can also be a great time-pass for anyone who is...
pranita shrestha
6 min read
Generate easy acronyms with Python
Acronyms are abbrevations of long and complex words. They are used to shorten long words and generate easy, concise and pronouncable...
pranita shrestha
3 min read
Random Password Generator Using Python!
In this blog post, we will learn how to make a simple random password generator. We all know what a password is! We use passwords every...
rubayat tithi
2 min read
Guess The Number Game
Guessing games are fun. Why don't we try one? Ready? Let's match on. The python code below illustrates how to play the game Guess The...
Caleb Atiemo - Keseku
2 min read

Body Mass Index Calculator
Ever wondered where you fall in the weight category, then strap in as I present to you a never failing approach; The Body Mass Index Body...
Caleb Atiemo - Keseku
2 min read

AGE Calculator using Python
Age is an important concept of life. The age of an non-living or living thing is used to how old it is. Age is usually calculated using...
Vanessa Arhin
1 min read