

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
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
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


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
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


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
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
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





