-
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
Author Archives: Wyatt
Erlang for Python Programmers?
I’ve been hearing about Erlang for several months now. It has seemed interesting, but up until recently I hadn’t felt any great need to look into it. Last week, however, my interest was piqued, and I spent much of the … Continue reading
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
Ruby on Rails and Opinions on Opinionated Web Frameworks
I originally started this over on the byCycle blog [which is currently offline--3/20/08], but it doesn’t really belong there, so I moved it over here on 1/3/2007. It’s not finished, but I think it may contain some useful info, so … Continue reading