mrbenjaminowusu
1 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...
Hamza kchok
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
3 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
Abu Bin Fahd
1 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...
Aizaz Khan
3 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...
ayenadykyaw1
1 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,...
Aldwin Dave Conahap
2 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
1 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,...
Magdy Ahmed
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...