This document provides an agenda for a workshop on Bayesian statistics and machine learning using Python. The workshop will cover Bayesian fundamentals including probability, Bayes' theorem, and solving problems by hand. It will then demonstrate classification using Bayes' theorem with hands-on examples for classifying Dr. Seuss books. The workshop will also cover building a Naive Bayes spam filter using an Enron email dataset and evaluating model performance. Code examples are provided in a GitHub repository.