Safia Bashir
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...
Subarna Lamsal
3 min read
Beginner's Guide to Logistic Regression in Python
Logistic Regression is a machine learning classification algorithm that is used to predict the probability of a categorical dependent...