Explore automatic differentiation in Python through this 19-minute PyCon US talk. Gain intuition for derivatives and gradients, and discover their applications in optimization and computational art. Learn to use libraries like jax, TensorFlow, and PyTorch for automatic differentiation. Understand the concept of rate of change, see how to plot derivatives, detect edges in images, and implement gradient descent. Compare different methods for computing derivatives in Python and their respective advantages.