Beware Python predecence. `print "Percentage: %s" % 0.25 * 100` does not do what you'd expect.
miniblog.
Related Posts
Beware benchmarking code that's writing to the console: http://t.co/u5B00oIM8j
Beware slow tests. If your testsuite is too slow or painful to run, developers simply won't.
Turns out that tags are remote-agnostic in git. Beware fetching them from multiple remote, it can get messy.