Google TechTalk on WSGI, Middleware, Paste, and Pylons 4

Posted by ben Mon, 18 Sep 2006 16:22:47 GMT

For those that haven’t gotten on the WSGI bandwagon, are still confused about Paste, how it fits into Pylons, and how its used in frameworks; I gave a Google Techtalk last week that hopefully can clear a few things up. The talk is now up on Google Video and the slides are available as PDF. You’ll want to get the slides and follow along if you’d like to read the code samples as the Google Video compression has turned them into large colorful blurs.

The main focus of the talk is on WSGI, with a bit on Paste and Pylons as well, and runs about 51 minutes. I could easily fill an hour or more just on Pylons, which I plan on doing at some point.

Disclaimers about the talk

  • When I mention how the Rails routes code does extensive code generation, this mainly applied to the 1.0 and prior version of Rails routing. The Rails routing system got an overhaul around 1.1 that made it significantly easier to read, though that was also when the security bug in the routing crept in.
  • Pony’s are valuable, though I don’t know why.
  • Yes, I realize that hot pink and its friends are not the best presentation colors.

Enjoy!

Comments

Leave a comment

  1. Avatar
    Dave about 2 hours later:

    OMG PONIES

  2. Avatar
    James Gardner about 3 hours later:

    Great talk Ben. I now finally know what paste.pony does, that’s been bothering me for a while! Was that a rather pixelated Guido I spotted in the audience?

  3. Avatar
    pythoncoder 3 days later:

    Wow. This was a nice presentation. I finally have a grasp of WSGI.

    I’d read the spec, but didn’t quite grasp how nice WSGI was until your presentation. Plus I now have a better grasp of pylons too. Great job!

  4. Avatar
    Jarno Virtanen about 1 month later:

    Pretty good explanation of WSGI and Paste. I too became rather enlightened.