This document provides an introduction to Bayesian statistics and inference through examples. It begins with an overview of Bayes' Theorem and probability concepts. An example problem about cookies in bowls is used to demonstrate applying Bayes' Theorem to update beliefs based on new data. The document introduces the Pmf class for representing probability mass functions and working through examples numerically. Further examples involving dice and trains reinforce how to build likelihood functions and update distributions. The document concludes with a real-world example of analyzing whether a coin is biased based on spin results.