python
Mar 24, 2010
Using extract_messages in your Pylons/Python egg with a ./src directory layout
If you want to have your egg's package contents inside a 'src' folder, you'll need to tweak the configuration files a bit. Here's what I've learned... read more...
Mar 18, 2010
Why you should open source your python eggs.
This blog post is based upon my experience in developing add-ons for the Plone open source content management system. It's therefore mostly aimed at the Plone community, although some of the insights mentioned might also apply to other communities and to web-development in general. read more...
Feb 16, 2010
Links to all the Budapest Plone conference 2009 talks on one page
I've recently been looking for videos of some of the talks I missed from the 2009 Plone conference in Budapest. Sadly, I couldn't find a nice central resource where all of them were aggregated, and using Google to find the individual videos one by one was cumbersome. So, I decided to remedy the situation by trying to find links to all the videos and slides of all the speeches held at the conference and present them on one nicely structured page. I hope others will also find this resource useful. read more...
Jan 01, 2010
Compiling Python with Readline support on Ubuntu Linux
Compiling Python on Ubuntu is often necessary for development purposes and for specific versions. Here I'll show you in a few easy steps how to install your own Python instance into a folder in your home directory. read more...
