Simon Willison’s Weblog

Subscribe

Posts tagged http, python in 2007

Filters: Year: 2007 × http × python × Sorted by date

Orbited: The Orbit Event Daemon. HTTP daemon designed for long-lasting comet connections, written in Python using pyevent on top of libevent.

# 9th November 2007, 11:01 pm / comet, http, libevent, pyevent, python

Django may be built for the Web, but CouchDB is built of the Web. I've never seen software that so completely embraces the philosophies behind HTTP. CouchDB makes Django look old-school in the same way that Django makes ASP look outdated.

Jacob Kaplan-Moss

# 20th October 2007, 1:46 pm / asp, couchdb, django, http, jacob-kaplan-moss, python

Avoid IE Brokenness When using Vary and Attachments (via) Django middleware that works around a bug in IE where external applications fail to load content that was served with a Vary header.

# 9th April 2007, 9:41 am / django, http, ie, middleware, python