(yeay Iain M Banks!) I'd just like to mention the concept of "namespaces" as a means of organising data. In python, the easiest way to define a namespace is with a class definition (another way is to use a module). If your data is truely global (i.e. you want the same values to be available to every...