I am working with models of neurons. One class I am designing is a cell class which is a topological description of a neuron (several compartments connected together). It ha
You could perhaps use a Python"dict" object ? http://docs.python.org/tutorial/datastructures.html#dictionaries