Laptop diaries XII, Python

I wrote my first Python program over the weekend. The program determines if the file system is in jeopardy of bursting and sends a text. I have copied this in full to this blog as while the implementation technology is defunct, the problem remains real, although IFTTT are doing a good job of solving it. How to perform a mail to text is not documented here. It’s mainly about using associative arrays and dictionaries …

Running Python on Windows XP

I wrote an article on installing Python; a bit of chat about why and a bit about how. I got myself a copy of the O’Reilley “Learning Python” book and started working my way through it. For various reasons, I decided to try it on Windows; I thought the binary install would be easier and I had some reasons for not trying it on Solaris. The windows install from python.org is quite cute, as you would expect but it requires some further configuration before the python imports and module search works properly.  …