Blog Detail
Making games, making webs.
http://renesd.blogspot.com/
Melbourne Web Developer. About making games, and making websites.
Recent Posts
pywebsite.sqlitepickle. sqlite VS pickle
The sqlite and pickle modules that come with python are quite useful. So lets mix them together and see what comes out.SQLITE Vs PICKLEpywebsite.sqlitepickle is a little module I just made which combines sqlite and pickle for persistence. Useful si...
Play cards. Not business cards.
Play cards. They're like business cards, but take 30 minutes to make five. Also, they are for handing out to people you want to play with, rather than to people you want to do business with. Well it could be used for both... but I think the normal...
buildout project that uses numpy
Here is an example buildout project that uses numpy:https://launchpad.net/numpybuildout/If you have bazaar, you can check it out like so:bzr branch lp:numpybuildout$ cd /tmp/$ cd numpybuildout/trunk/To use distribute instead of setuptools use the -d ...
gvim and karmic ubuntu... with a fix for you.
gvim in ubuntu karmic koala is really annoying. It prints out a bunch of gtk warnings each time you call it. However thanks to someone making a patch, you can clean it up. It seems that the fix isn't going to come out until the next ubuntu.** (gvi...
From Berlin, back to London again... and python dojo!
Arrived back in London a few days ago, after a month living in Berlin.I really enjoyed Berlin, and thought about staying there for longer... but in the end decided against it for now. Would really like to visit in the summer, when it's apparently qu...
pythons distutils install race condition
Pythons distutils has a race condition where it starts to copy files into the python path whilst installing.This is a race condition, since python programs can be importing the package whilst the package is being installed.It would be good for distut...
