This document contains slides for a TensorFlow basics lab. It introduces TensorFlow and computational graphs, shows how to install TensorFlow and check the version, and demonstrates a simple "Hello World" TensorFlow program. It also discusses placeholders, variables, feeding data, and building linear regression models in TensorFlow to minimize a cost function. The full Python code for linear regression is provided.