This document discusses deploying Python applications to Heroku using Flask, CoffeeScript, Fabric, and other tools. It outlines the requirements, getting started steps including installing dependencies and using Procfiles and Foreman to run locally. It then covers deploying the application to Heroku using Git, and some tips for Heroku logging. Finally, it provides an example of a sample Flask application that serves Memphis concert ticket data using HTML templating, CoffeeScript, and the SeatGeek API.