1712 Main Street
Kansas City
MO
Thanks to Minted for hosting this meetup.
Creating WSGI Middleware (Alan Thomas):WSGI is the standard interface web servers use to speak to Python web applications. Understanding how WSGI works and the lifecycle of a request offers more control over the finer details of how your application responds. A WSGI middleware can sit between any number of Python frameworks and your server to provide a little extra goodness, whether it’s logging, special headers, or other application-specific needs.
Django Birthday Recap: Jon Smajda will recap last month’s Django Birthday celebration and discuss the current state of the Django project.
Using Apache Kafka and Apache Storm with Python: Caleb will discuss the sprouts and bolts of using Kafka and Storm with Python.