Amazon Android App Store Free App of the Day RSS Feed in Django

Tuesday, July 5th, 2011

I've been working off and on with Django now for a little over a year, but haven't actually published anything yet. Most of the projects I've tackled are rather large, so I have nothing to really to show for it. Last night however, I came up with an ...

OAuth and Web2Py Part 1

Monday, June 21st, 2010

Many Website integrations done today involves Authorization and Authentication via an open protocol known as

Controller wide auth in web2py

Thursday, June 10th, 2010

Lately I've been spending a lot of time working on a home project that uses web2py. It's a really powerful MVC based framework written in Python. Part of what I love about it is the speed that you can prototype code and see it on a website. ...