
Understanding Fundamental Statistical Concepts In Data Science
What Is Statistics? Statistics is a form of mathematical analysis that uses quantified models and representations for a given set of...
James Owusu-Appiah
7 min read

Simplifying the concept of Probability distribution functions
Cumulative distribution function CDF 1. Probability mass function – discrete variables PMF 2. Probability density function –...
Sana Omar
3 min read
Strings In Python
What Is A Python String? Strings in python are enclosed in either double quotation marks or single quotation marks. They are a sequence...
James Owusu-Appiah
2 min read
How can I count the number of character occurrence in a sentence
In this blog, I would explain how I create a function to count the number of occurrences of a given character in a given word, phrase, or...
Gehad Hisham
1 min read

Python Lists
In programming, it is common to want to work with collections of data. In Python, a list is one of the many built-in data structures that...
Fatma Ali
6 min read