Mike

arrow – A new date / time package for Python

The arrow project is an attempt to wrap Python’s time and datetime modules into a single API. It also claims to plug gaps in functionality in those modules, such as time spans, ISO-8601 and humanization. You can kind of think of arrow as a drop-in replacement for Python’s datetime and time modules, much like the […]

arrow – A new date / time package for Python 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 »