Python’s Web Server Gateway Interface (WSGI) not only enables a multitude of Python web frameworks to share code when it comes to deployment, but also enables entirely new levels of re-use for Python web development. This talk is focused on explaining WSGI, new types of re-use with WSGI middleware, exploring the Paste ecosystem, Pylons, and how modular frameworks allow one to subclass the framework itself as needed for custom functionality.