Mike

jsonpickle: Turning Python pickles into JSON

The other day, I saw an interesting question on StackOverflow where the author asked if there was a way to serialize a Python dictionary into a human-readable format. The answer that was given was to use a package called jsonpickle, which will serialize complex Python objects to and from JSON. This article will give you […]

jsonpickle: Turning Python pickles into JSON Read More »

My First Interview

Last week, DZone contacted me to ask if I would like to be featured in their “Dev of the Week” series. In other words, they wanted to do a short interview with me. The interview went live yesterday. You can read it here, if you like: http://java.dzone.com/articles/dev-week-mike-driscoll I don’t know why the link is on

My First Interview Read More »

PyRun – Running Python with a Single File

eGenix announced this week that they were releasing an “open source, one file, no installation version of Python”. You can read their entire announcement in their press release here. If you want to check out the actual product, you can get it at the following URL: http://www.egenix.com/products/python/PyRun/. This is a Unix-based Python and they state

PyRun – Running Python with a Single File Read More »