James Owusu-Appiah
7 min read
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...
Sana Omar
3 min read
Simplifying the concept of Probability distribution functions
Cumulative distribution function CDF 1. Probability mass function – discrete variables PMF 2. Probability density function –...
James Owusu-Appiah
2 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...
Gehad Hisham
1 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...
Fatma Ali
6 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...