Python 2.7 (final) was released on 3rd July 2010, which is almost half a year ago. One of the awful things about Python is that major releases are not compatible with each other. That is the extension modules compiled against Python 2.6 do not play nicel… more »
Categories: "Computer Languages"
Been doing a lot of Python programming recently and have found that I keep writing the same kinds of utilities. I thought I’d define them all here in functions so that I could cut and paste them as and when I need them. If you’re lucky… more »
Python 2.7 was released on 3rd July 2010 and surprisingly there is still almost no support for it in major projects; I am constantly surprised.
One of the problems (IMO) with Python is that a supporting Python module needs to be specially compiled… more »
I recently had a very strange problem with my B2evolution installation. Some of my posts had gone missing! When I say missing I mean half missing! You could search for the articles and they would appear in the list of search results. You could also find… more »
I had a problem with renaming a properties file. Java's File.renameTo() always failed and returned false. There was no explanation as to why it failed, so it left me stuck with no idea what to do.
Windows has a different file locking policy to Unix (a… more »