1. Teaching again

    Curious about programming? Ever wished you could write your own scripts to automate repetitive tasks, or for fun? Or been interested in understanding how an application works (and why there are always bugs in the software you use??). I'm teaching a new class in Tog on learning how to program …

    read more
  2. aptitude / apt-get limbo

    Published: Tue 13 September 2011

    In Tech.

    tags: linux

    A couple of weeks ago I started getting in trouble when trying to update my system (Debian Wheezy) via aptitude. A dozen or so packages were failing to configure, and while these failures occurred other packages couldn't install.

    Output would contain things like this:

    Setting up install-info (4.13a.dfsg …
    read more
  3. Using Coverage to generate reports (Python)

    A couple of tips so I don't have to look it up again. A few months back I wanted to generate coverage data for a stand-alone application, with a few tweaks.

    Combining the output of Trial and Python unit tests

    $ coverage run -p tests/my_python_tests.py
    $ coverage run -p tests …
    read more

links

social