1. Matplotlib: Plotting Bar Diagrams

    A while ago we plotted time series data with Matplotlib. This worked nicely, but with the data at hand, a bar diagram would have looked much better. In this article I'll give you a template for using bar diagrams with time series data. This builds on the work we did …

    read more
  2. Upgrading my Eee PC to Ubuntu 12.10

    I did it again. Upgrade Ubuntu right after a release despite all the problems I had in the past. But this time, after almost four weeks of working with Ubuntu 12.10 on my Asus Eee PC 1000HE, I'm confident that things are looking up again.

    My biggest problem with …

    read more
  3. Mutt: too many errors

    I'm probably one of the last people on earth who still use a text-mode mail client. Mutt has been my tool of choice for 15 years and apart from certain limitations (hey, it's text mode!), I've never had any problems. Over the last few weeks, however, I've been struggling with …

    read more
  4. Visualizing Package Dependencies

    Managing module or package dependencies is an important design activity that helps to keep a software project maintainable. Visualizing these dependencies is a good way of getting a first impression on a project and for exposing design problems. In this article we're going to create a basic visualization for a …

    read more
  5. Scripts That Just Don't Work

    Sometimes people ask for my help when their shell scripts don't work. I've seen all kinds of problems, ranging from trivial to really, really weird. The one I'm describing in this article is definitely from the weird category, but I've seen it quite a few times.

    The story goes like …

    read more
  6. Simple Web Services With Bottle

    Recently I rediscovered Bottle, a Python-based micro framework for web applications. Bottle gives you full control over your URLs, has a simple built-in templating engine and a lot of other commonly used stuff. It takes you five minutes to get started and perhaps one hour with its great documentation to …

    read more

social