in python, when I want to use arrays, I follow this way; DATA = [0] * nint
and when I want to use I do; .... DATA[i] = .... do you know how to do similar but in two dimensions ? thanks -- http://mail.python.org/mailman/listinfo/python-list
in python, when I want to use arrays, I follow this way; DATA = [0] * nint
and when I want to use I do; .... DATA[i] = .... do you know how to do similar but in two dimensions ? thanks -- http://mail.python.org/mailman/listinfo/python-list