Articles tagged with Python

Use the included batteries

By john

It's been a while since I last updated this blog. Starting a new (now not so new job) and having two kids does tend to make you prioritise things differently. I have also found with the current job it gives me more than enough of a chance to work on …

A Little Sparql

By john

Quite often I'll get distracted with an idea/piece of technology and mull it over for quite some time. Most of the time I play through these ideas in my head and don't do anything with them. It's often just an exercise in learning and understanding. I'll read up on …

watch-cp.py

By john

During software development it's key to minimize the time between editing code and seeing the results of a change. During web-development the constant tweaking of CSS/HTML/Javascript etc means you're always reloading the browser to see changes.

At work I do a lot of Java web development, which normally …