

Roman Number to Decimal Converter App
Introduction: Besides the Arabic numerals, integers can be expressed as Roman numbers. Here are the seven main Roman numbers: However,...
kanan.mahammadli
2 min read


Check if a String Could Be a Palindrome
The purpose of this blog is not to check for palindromes, but to check whether or not a string, if it were arranged in a certain way, co
Heba Elwazzan
2 min read
Email Verifier Using Python
Python is a multipurpose, high level programming language. It is mostly used in software development, web development, data science and...
Ramesh Banjade
1 min read


Body Mass Index (BMI) Calculator
What is the Body Mass Index? Body mass index (BMI) is a measure of body fat based on height and weight that applies to adult men and...
Heba Elwazzan
2 min read


Python Concepts for Data Science: Python Functions
Function in any programming language is a sequence of statements in a certain order, given a name. When called, those statements are...
Tanushree Nepal
3 min read


Python Concepts for Data Science: Tuples in Python
A tuple is a built-in datatype in python and it is used to store multiple items in a single variable. It is one of the data types in...
Tanushree Nepal
2 min read


Guess Number Game in Python
In this article, we are going to make a “Guess the Number” game. How it works Our games will randomly generate a number between 0 and 30...
Rashidat Sikiru
2 min read


Python Focus - A Simple Website Blocker App
I doubt I'll keep track, but this is my second post here. For those who are easily sidetracked by social media and other websites, what...
Joana Owusu-Appiah
2 min read
Personal Info to QR Code Encoder
A QR code or Quick Response code is a type of matrix barcode or two-dimensional barcode invented in 1994 by the Japanese automotive...
NaumanKhanKhattak
1 min read


Python Program to Check the Validity of Password
The above picture gives an idea of what this blog is about. This blog will discuss how to check the validity of passwords. A password,...
Alberta Johnson
2 min read


Binary Search Algorithm Using Python
Binary Search is an algorithm to search a specified value in given sorted array. Above figure illustrates the process for binary search....
074bex435.ranjan
1 min read


Converting Fahrenheit to Celsius with Python
Looking to change Fahrenheit to Celsius or Celsius to Fahrenheit? I'm going to talk on how to Covert Temperature that is from Fahrenheit...
Alberta Johnson
1 min read


Create a Countdown Timer with Python
CountDown Timer made easy in Python :)
Umme Rubaiyat Chowdhury
1 min read
Website Blocker App using Python
Many people these days struggling with forcing on their work or study and easily distracted by Social media. And you will learn and...
Tahani Reesh
2 min read
Email Address Verifier: @ symbol checker
The email address format is one which must have some unique user name before @ and also have a domain name after that. In this very...
NaumanKhanKhattak
1 min read


Healthy Python - A Simple App for Checking BMI
Hello and welcome to my first blog post. Tkinter, a Python GUI toolkit, was used to create a basic BMI checker. This post discusses BMI,...
Joana Owusu-Appiah
2 min read


Python Concepts for Data Science: Errors and Exceptions
Errors are the problems in a program due to which the program will stop the execution. On the other hand, exceptions are raised when some...
ben othmen rabeb
2 min read


Python Concepts for Data Science: *args and *kwargs
Introduction to *args and **kwargs in Python In Python, we can pass a variable number of arguments to a function using special symbols....
ben othmen rabeb
2 min read


Program to Calculate Body Mass Index (BMI)
Introduction Body mass index (BMI) is a value derived from the mass (weight) and height of a person. The BMI is defined as the body mass...
Fatma Ali
1 min read


Simple AI Greeter using Datetime and String Formatting
Ever wanted to have a personal AI greet you depending on what time it is? You can do it now with simple string formatting and little bit of
Jan Daniel Gonzalvo
1 min read
Count character occurrences in a given word, phrase or sentence.
First we assign a variable to contain the string we want our application to count the number of characters of. # Contents variable...
Jan Daniel Gonzalvo
1 min read
Finding the Roots of Quadratic Equations using Python
In mathematics, a Quadratic equation is an equation that has the standard form that follows, where x is the variable and a,b,c are...
Isuru Lakshan
2 min read
Body Mass Index Calculator Using Python
Body Mass Index (BMI) is a commonly used indicator that gives information about how healthy your body is. It is given as a ratio between...
Isuru Lakshan
2 min read


A Simple Guide to Survival Analysis in Python: A Case Study of Breast Cancer
This article explores survival analysis with a case study of breast cancer using Python.
Ajibola Salami
5 min read





