This document provides an overview of using Rust to speed up Python applications. It discusses why Python is popular but can be slow, and how Rust libraries can improve performance. Examples are given of the Sentry error tracking platform and a CSV command line tool that both saw significant speedups by integrating Rust code. The document explains what Rust is, its focus on speed, safety and concurrency, and how to extend Python with Rust libraries. Major companies that use Rust are listed, and information is provided on the local Rust meetup group.