Posts Tagged ‘“python”’

I’ve been working on some stuff lately, and have found the need to dig deep and write some code of my own. They’re really small now, but all the same, I hope it’ll be useful to someone. Both DustJacket and isbndbpy below are written in Python. DustJacket A Python wrapper library for handling ebooks (only […]


Ran into an interesting problem with Python on Mac OS X (Snow Leopard). Part and parcel of writing web application is dealing with information transfer between the server and the client, and the most common format for this is JSON. JSON is exceedingly common across the web, so imagine my surprise when I found that […]