Section

Tutorials

Pull the data yourself. Runnable Python and spreadsheet walkthroughs for college football and basketball analytics.

Do it yourself. Every tutorial here builds one working thing — an Elo rating, a logistic win-probability model, an adjusted-efficiency engine, a Monte Carlo bracket, a chart that looks publishable — from a free, public data source, with the complete code printed on the page rather than hidden behind a download. They assume you can write a loop and nothing more: the API key, the caching layer, the cleaning steps, and the pitfalls that quietly corrupt a result are all spelled out. Start with the CFBD API walkthrough if you have never pulled sports data before, then the polite caching piece, which every other tutorial assumes you have read.