Speed Converter
For people who are not arithmetically savvy, it is hard to convert speed from km/hr to miles/hr and vice versa. Furthermore, to convert...
Ntandoyenkosi Matshisela
1 min read
Python Program to Find the Factorial of an Integer
In this article, we will find the factorial of a number with python. The factorial of a number is the product of all the integers from 1...
Jihed 503
1 min read

Understanding Two-factor Factorial Design: Visualization of Results
This article provides visualizations and interpretations of the possible results of a two-factor factorial design
Ajibola Salami
4 min read

Acronym generator using Python
An acronym generator generates a word from a phrase using keyword abbreviations. Individual letters from the words contained in a phrase...
Rashidat Sikiru
2 min read

Temperature In Fahrenheit To Celsius Converter.
The Temperature In Fahrenheit To Celsius Converter is the first blog of my career. The title clearly says that it will convert the value...
Gaurab Awal
2 min read

Make calculations in Two Way ANOVA test with Pandas
In the area of hypothesis testing, we have one parametric test called ANOVA (Analysis Of Variance) which have three variants depends on...
TEMFACK DERICK
3 min read
A Simple Email Splitter
In this article, You will learn two ways to split an email address into username and domain . Before we go into the details of doing this...
Safia Bashir
1 min read


Character Count using Python
The python code illustrated below allows a user to count the number of occurrences of alphabets in a word or sentence. The code uses loop...
Sujan Karki
2 min read
Rock Paper Scissors - The Game!
Rock Paper Scissors - a simple hand gesture game played by everyone. As the name suggests, three elements are defined in the game: a...
Sujan Karki
2 min read


Understanding Two-factor Factorial Design: Intuition
The article gives a simple explanation of two-factor factorial design
Ajibola Salami
4 min read


Word Guessing Game using Python
In this Post, we will learn how to create a simple word guessing game using python Rules of the Game The guessing team must try and guess...
ben othmen rabeb
3 min read

Resistor Color Code
Are you having trouble reading resistor color codes? If your answer is yes, then this tool is specifically designed for you! Our Resistor...
Pyae Phyo Kyaw
1 min read

Count character occurrences in a given word, phrase or sentence
Count Character occurrence project is application that can count total characters of input word, sentence,and text file. It can also...
Pyae Phyo Kyaw
1 min read


Coin Toss Game using Python
In this project, I will show you how to implement a simple coin toss game in python. The post is divided in three main part. First I will...
Gilbert Temgoua
3 min read


Password Generator from Username using Python
In this post, you will learn how to create a random string passwords in Python. Using a random and string module, we can write our own...
ben othmen rabeb
1 min read


Greatest Common Divisor Calculator in Python
In mathematics, the greatest common divisor (GCD) of two or more integers, which are not all zero, is the largest positive integer that...
Omar Mohamed
2 min read

Counting Character Occurrence using Python
Here in this article, we demonstrate how to get the count of the occurrence of a letter / character in a word / phrase. Here is the link...
Omar Mohamed
2 min read

Guess The Number Game using Python
In this tutorial, you'll learn to create a simple number guessing game using python. Rules of the game This game is very simple. The...
Lina Meddeb
2 min read
Fibonacci Sequence Generator
Fibonacci sequence is sequence of numbers and each number is the sum of the two preceding ones, starting from 0 and 1. For example 5...
Thiha Naung
1 min read
Acronym Generator in Python
The acronym is a word (such as NATO, radar, or laser) formed from the initial letter or letters of each of the successive parts or major...
Thiha Naung
1 min read

Count the number of zeroes, odds, and evens in a n-digits number
In our daily lives, we may need to count odd and even numbers. For instance, in the library, you are trying to know the numbers of books...
Sakayo Toadoum Sari
2 min read

Acronym Generator in Python
In this tutorial, you'll learn to create a simple Acronym Generator using Python. What is an acronym? An acronym is a word formed from...
Lina Meddeb
2 min read

Python Program to Check Whether a Number is Palindrome or Not
In this blog we will make an application to check whether a number is palindrome or not. First we should know what is a palindrome. So...
Muhammad Hassan Shafiq
2 min read


Count Character Occurrence in a Word, Phrase or Sentence in Python
In this blog we will see that how to count the number of occurrence of a given character in a given word, phrase or a sentence. So let's...
Muhammad Hassan Shafiq
2 min read