The Dot Notation in Python

Let’s discuss the dot notation in Python today. If you have even a little experience with coding in Python, or if you’ve been following our AskPython blog, you should have come across the term Object-Oriented Programming. It is a programming paradigm based on the concept of real-world Objects. Each object has certain attributes that describe

The Dot Notation in Python Read More »

Normal Distribution in Python

Even if you are not in the field of statistics, you must have come across the term “Normal Distribution”. A probability distribution is a statistical function that describes the likelihood of obtaining the possible values that a random variable can take. By this, we mean the range of values that a parameter can take when

Normal Distribution in Python Read More »