“groovy mother...”

Filed under 'python'

September 29, 2008

Hadoop + Python = Happy

Framework that combines Jython and Hadoop to make writing distributed mapreduce in Python easy. This might finally get me to dive into Hadoopyness.

September 4, 2008

Django 1.0 release notes

Django hits the big One Point Oh. Congratulations to all involved. I hope to have groovymother switched over to 1.0 this weekend.

August 18, 2008

BackwardsIncompatibleChanges - Django

Suspect I will be referring to this a lot over the next week or so as I bring my blog code up to snuff with the impending Django 1.0 release. (Currently have 95% working, but the hackedup comments code will take a bit more work…)

March 5, 2008

My first FireEagle query

My first FireEagle query

About 10 lines of Python can now work out my physical location.

Next task, integrate this info into my blog. Task after that? A cool ambient location-setter idea I'm hatching.

February 25, 2008

Word Aligned

Excellent geekyblog recommended to me by a co-worker. Interesting articles, which delve into algorithms and some of the guts of Python I never consider.

January 16, 2008

SimpleDbIntro - boto - Google Code

My SimpleDB account got enabled yesterday, so I’m looking forward to getting stuck into it. This looks like a handy Python library for accessing it (and the other Amazon Web Services)

January 14, 2008

Shelf - jerakeen.org

Cool prototype application by Tom Insam which monitors your foreground application in OS X, and tries to provide you some context by matching it to someone in your Address Book. It’s early days yet, but decidedly cool (and written in Python)

December 16, 2007

The Django Book

The published (but not final — there’s still functionality for comments and improvements) version of The Django Book is up.

December 14, 2007

appscript

Control AppleScript from Python. The prospect of using Python to hack on my iTunes library is massively exciting!

December 12, 2007

IronPython Studio

Free development environment for Python code under .NET. Will definitely be having an in-depth play with this soon.

December 5, 2007

xkcd - Python

“You’re flying! How?” “Python!”

November 23, 2007

django-evolution - Google Code

Work-in-progress project to keep database schemas in sync with changes made to Django models.

August 21, 2007

livinghardknox: Django and the iPhone

Quick guide to installing ssh, Python and Django on your iPhone, so you can run local webapps. OK, I admit defeat: I’m finally tempted to hack my iPhone and install crap on it!

July 26, 2007

Code Like a Pythonista: Idiomatic Python

Good summary of some of the powerful pieces of Python that are easy to overlook if you’re used to other, let’s say “more verbose”, languages. I’ve been coding in Python for close to three years, and there was stuff I learned here (dict.setdefault: where have you been all my life?)

July 24, 2007

Django Master Class

Bunch of interesting topics covered at the Django tutorial at OSCON yesterday. I hadn’t heard of Django signals before, but can already think of three hacks in my code that they can replace!

July 6, 2007

Introducing templatemaker

Python library that analyses a corpus of web pages, works out where the dynamic values are in the template, then allows you to scrape out the juicy details. I can think of oh, so many uses for this.

May 8, 2007

SourceForge.net: Detail: 1643943 - strptime %U broken

The bug that was fixed in Python 2.5.1 which caused permalinks in my blog to break this afternoon, cause I was working around it.

April 24, 2007

Turn your Django application in to an OpenID consumer

Simon Willison’s OpenID consuming middleware for Django. I’ll probably have a stab at mixing this with my blog comments shortly.

April 3, 2007

phpsh — an interactive shell for php

This could come in handy for sanity checking syntax when writing PHP. Bizarrely, it’s mostly written in Python!

March 27, 2007

gdata-python-client - Google Code

Python library for working with Google’s GData web services (Calendar, Blogger, Picasa et al)

saute-swinish