Monthly Archives: April 2007

Fun With Python BDD

I was testing my algorithm/data structures chops by implementing a Linked List from scratch using no reference material (not very difficult, I know), and I must say that using BDD was incredibly helpful. I’m calling it “BDD” instead of “TDD” … Continue reading

Posted in planet python | Tagged , | 1 Comment

Google Maps Encoded Polylines

Update 6/30/07: Fixed links to glineenc.py so that it’s actually accessible. Update 7/15/08: Fixed links to glineenc.py again because of change to HTTPS on Trac site. Here’s some Python code (complete with unit and doc tests) for converting a series … Continue reading

Posted in planet python | Tagged , , , , , | 9 Comments

Restler, a RESTful Base Controller for Pylons

“Restler is a base controller for Pylons projects that provides a set of default RESTful actions that can be overridden as needed. It also handles database connectivity as long as a few simple rules are followed. It adds a bit … Continue reading

Posted in planet python | Tagged , , | Leave a comment