Thats what I'm talking about!
Dammit, sometimes it just all seems to fall into place.
Just 2 minutes ago, I realised I hadn’t tagged the last 4 posts and so I thought I best test the library:
for index,post in list(enumerate(blog[:4])): post["tags"]=["python","wordpress"] blog[index]=post
That’ll do just fine!
Right, next stop.. comments!