Monthly Archives: July 2013
Using a UK postcode to find Lat and Long and other useful information
So I have a list of UK postcodes and I want to find out the latitude and longitude of that postcode to plot it on to a map. There are numerous ways to do this, including: 1. Visiting Google Maps 2. Entering the postcode in to the search box 3. Right-clicking on the little point on […]
Setting up Python and Easy_Install on Windows 7
This weekend, I needed to set up Python on a Windows 7 virtual machine that I had set up on my Mac. I don’t know why, but I always seem to have a problem installing Python and setting up the environment and so I’m going to document the process here so that in X months […]