mattdorn.com

Generously funded by Matt Dorn

Archive for the ‘python’ tag

RESTful Web apps with Django, Piston and Ext JS

with 9 comments

Piston appears to have emerged as the preferred method for giving your Django applications a RESTful API. While there are any number interesting things you might want to want to do with such an API, this post is about using it to give your Django app an attractive, Ajax-y, Ext JS interface.

READ MORE...

Written by mdorn

December 20th, 2009 at 10:52 pm

Posted in technology

Tagged with , , , , ,

Gnapsack 0.2 released

without comments

Version 0.2 of my client for the Backpack Web Services API, Gnapsack, was released today, and now has a new home. The two main enhancements are Windows compatibility and ability to handle multiple lists.

READ MORE...

Written by mdorn

February 7th, 2007 at 4:03 pm

Agile tools in Ruby and Python

without comments

I spent a few months at the end of last year working on a Ruby on Rails project. While I constantly found myself longing for Python, I did appreciate the extent to which RoR carried certain best practices–among them an MVC architecture and Test-Driven Development–to an extreme, baking them into the framework.
The following table [...]

READ MORE...

Written by mdorn

February 1st, 2007 at 12:51 pm

Posted in technology

Tagged with , , ,