-
Recent Posts
Recent Comments
Blogroll
Links
Projects
Tags
adt algorithms basketball bdd boring code dirt django erlang fitness flash flash sucks food forest park gardening gimp google maps iphone javascript kitties love mazamas mephisto meta photos php planet python pylons python rambles relationships REST restaurants reviews ruby ruby on rails shorts site sports toscawidgets tree stumps walks web development web frameworks wordpressMeta
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
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 algorithms, code, google maps, javascript, planet python, python
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