Category Archives: python

Introducing pupyMPI

Jan, Frederik and I just released the first – somewhat stable – version of pupyMPI, a 100% pyre python implementation of the MPI standard. Or, as close to the standard as we saw fit. Most python-mpi projects are bindings to … Continue reading

Posted in diku, mpi, performance, python | Tagged , , , , | Leave a comment

Howto get custom GET variables into djangos admin list pages

Yesterday I ranted a bit about how to insert extra GET parameters in the django change list page without having the admin blow up when it was not able to recognise them as filters. I’m using this for building a … Continue reading

Posted in django, python | Tagged , | Leave a comment

A small rant about the django admin!

I’m currently working on a project involving a huge amount of applications and models, all of which should of cause be managed by the administration. The deadline is of cause way to near to write the thing from scratch and … Continue reading

Posted in django, python | Tagged , | Leave a comment

Levenshtein Distance

I wrote a little python function to calculate the Levenshtein distance for an assignment. I figured it was some time ago since I released code on my blog, so here goes.

Posted in diku, python | Tagged , , , | Leave a comment

Python, now extra cool with vim..

I’ll give credit to Mads for this one, as he was so kind to throw an email with this link to me earlier today. It shows how much you can actually do with vim and how powerfull the configuration possiblities … Continue reading

Posted in python, vim | Tagged , | Leave a comment