Making custom web frameworks with WSGI

At the next Michigan Python Users Group (MichiPUG) meeting, we’ll be talking about building custom web frameworks using WSGI bits and pieces. I’ve done this a couple of times now and think it’s a powerful and straightforward approach that works well for certain kinds of projects.

I’m figuring we’ll take a look at some available components and glue stuff together to build a framework during the session.

As usual, the meeting is the first Thursday of the month (February 5th, in this case) at 7pm at the SRT Solutions office in downtown Ann Arbor.


2 Responses to “Making custom web frameworks with WSGI”

Eric Florenzano on January 20th, 2009 1:14 pm:

I’m normally a Django guy, but I’ve been liking this approach more and more lately. Here’s to a successful MichiPUG meeting on the subject!


Kevin Dangoor on January 20th, 2009 9:01 pm:

Thanks! I’ve been doing a bunch of client-heavy work lately where the server is just an API, and a typical full stack is just way more than I need in those instances… that’s why I’ve found it handy to pick the components and put them together.

WSGI FTW.