This presentation refreshes you on HTTP and Python/WSGI, then proceeds to walk you through the process of creating a subset of MultiBlog - the multi-author blogging platform - using the Falcon WSGI framework.
You should come out of this knowing: 1) what Falcon is, 2) how to design an API using Falcon, and 3) how to automate testing of APIs implemented with Falcon.