Well, it's been a while since my last blog posting - here are some quick links you may find of interest (completely random of course;). Please feel free to share your favourite python modules/raspberry pi hacks in the comments section below!
autoenv
autoenv is a simple tool for automatically executing shell scripts (or activating specific virtualenvs) when switching directories.
https://github.com/kennethreitz/autoenv
q
q is a really simple quick and dirty debugging tool, basically logs to /tmp/q, a function decorator called @q can be used to show what parameters a function is called with. This can be handy when you don't have control of standard output or conventional logging mechanisms.
https://pypi.python.org/pypi/q
makemkv/handbrake
makemkv/handbrake - two free tools that make ripping DVDs quite easy.
http://www.makemkv.com/ http://http://handbrake.fr/
Unicode in Python
Wow - who knew it was this bad I have been doing the encode/decode waltz for a while now, but this video makes it all crystal clear (I watched it twice):
http://nedbatchelder.com/text/unipain.html
iPython Notebook
At pycon, I saw plenty on talks that discussed the iPython notebook, a web based iPython interface that blends documentation and executable python code.
The notebooks can also be shared and hosted on third party servers (there are also several plugins that produce PDF output, there is also a plugin that generates reveal.js presentations!
http://ipython.org/notebook.html
Raspberry Pi - XBMC edition
A few months ago I jumped on the Raspberry Pi bandwagon, I'm currently running the XBMC release as a home media server. Well worth checking out if you are after a low cost, low power, hdmi video/music streamer.
http://www.raspberrypi.org/ http://wiki.xbmc.org/?title=Raspberry_Pi
