Simon Fell > Its just code > pyRelaxer

Saturday, July 8, 2006

I've been working on a port of my RESTLog based blogging client to Python/wxWindows, the python libraries still seem to be a little rough around the edges, for example its trivial to convert to an iso8601 formated date, but there doesn't appear to be any easy way to get from an iso8601 formated date, back to an actual datetime instance. Still, compared to the Java (and some extent the original C# one i wrote) I seem to be able to spend less time on plumbing all the UI peices together and more time on actually writing code that does something useful. I added a clients tree to the RESTlog.NET project in sourceforge if anyone is interested. I'll hopefully get the C# client in there as well. I also plan to update both the server and client peices to support categories at some point soon.