Great Links

A curated collection of the best free resources for supply chain professionals who work with data: R, Python, forecasting, operations, and AI. Everything here is free to read, and every link was checked in August 2026.

Last updated: August 2026

Jump to a section: Learning R · Data Wrangling · Data Visualization · Interactive Dashboards · Forecasting & Time Series · Python for SCM · Supply Chain & Operations · Statistics & ML · AI & Large Language Models

R Basics & Learning R

Start with the first entry. It teaches the modern tidyverse workflow this blog’s code is written in.

  • R for Data Science (2nd Edition): Hadley Wickham, Mine Çetinkaya-Rundel, Garrett Grolemund. The essential introduction to modern R and the tidyverse: importing, tidying, transforming, visualizing, and modeling data.
  • Hands-On Programming with R: Garrett Grolemund. A beginner-friendly introduction built on hands-on projects: functions, data structures, and simulation.
  • R Cookbook (2nd Edition): JD Long, Paul Teetor. Over 275 practical recipes for data analysis, statistics, and graphics.
  • Advanced R (2nd Edition): Hadley Wickham. R internals for when the basics stop being enough: environments, functional programming, metaprogramming, and performance.
  • R Packages (2nd Edition): Hadley Wickham, Jennifer Bryan. How to create, test, document, and share your own R packages.
  • Big Book of R: Oscar Baruffa (curator). A directory of 400+ free R books organized by topic. The master index of free R resources.

Data Wrangling & Tidyverse

Data Visualization

The first two teach ggplot2. The last three help you pick the right chart before you write any code.

Interactive Dashboards

Forecasting & Time Series

The subject closest to this blog’s heart. If you only ever read one link on this page, read the first one.

  • Forecasting: Principles and Practice (3rd Edition): Rob J. Hyndman, George Athanasopoulos. The gold-standard forecasting textbook: ETS, ARIMA, dynamic regression, and hierarchical forecasting with the tidyverts ecosystem. Most of this blog’s forecasting series walks chapters of this book.
  • Hyndsight: Rob J. Hyndman’s blog. Short, opinionated posts on forecasting practice from the field’s most cited author.
  • Makridakis Open Forecasting Center: Home of the M competitions, the empirical benchmark for what actually works in forecasting since 1982.
  • M5 Forecasting Dataset (Kaggle): 42,840 real Walmart daily sales series. The best free dataset for practicing retail demand forecasting at scale.
  • A Little Book of R for Time Series: Avril Coghlan. A concise, beginner-friendly introduction: decomposition, exponential smoothing, and ARIMA basics.

Python for Supply Chain Analytics

This blog went bilingual in 2026: R where R is strongest, Python where the library you need is Python-native. These are the equivalents of the R canon above.

Supply Chain & Operations

Statistics & Machine Learning

AI & Large Language Models

The AI Corner of this blog covers models, agents, and what they mean for supply chain work. These are the sources behind it.

  • Best Free Places to Learn AI (Interactive Dashboard): My own filterable collection of 53 free AI learning resources and 14 podcasts, by skill level and format. Built for this blog, updated August 2026.
  • 3Blue1Brown: Neural Networks: Grant Sanderson. The best visual explanation of how neural networks and transformers actually work. Watch this before anything else.
  • Neural Networks: Zero to Hero: Andrej Karpathy. Build a GPT from scratch, in code, one video at a time. The deep end, worth every hour.
  • Anthropic Courses: Free courses from Anthropic on prompt engineering, evaluations, and tool use, as runnable notebooks.
  • Hugging Face Learn: Free hands-on courses on LLMs, agents, and deep learning, built around open-weight models.
  • Simon Willison’s Weblog: The single best way to keep up with what LLMs can actually do this week, tested hands-on rather than announced.
  • Artificial Analysis: Independent benchmarks comparing models on quality, price, and speed. The pricing data behind several of this blog’s AI posts.
  • Epoch AI: Research and data on AI trends: compute, training costs, and model capabilities over time.

Found a broken link, or know a free resource that belongs here? Tell me and I will add it.