I seem to arrive at a python solution for everything I do at the moment:-
I was looking for a backup solution and, after a bit of looking around (and help from here) I have decided to use rdiff-backup. It's working well. It's written in python.
I've been looking at lightweight markup languages, in particular one for creating HTML with tables, so after hunting around for a while I find reStructuredText which is part of Docutils which is, guess what, written in python.
Digging a bit further on from my reStructuredText investigations I found pyBlosxam which seems to be my sort of blog, python of course.
Another utility I installed recently used Docutils as well.
I'm beginning to think that people who use python must think a certain way which matches the way I want things to work.