Re: List reference at offset

2009-05-27 Thread Colin . Hankins
On May 27, 11:19 am, Peter Otten <__pete...@web.de> wrote: > colin.hank...@touit.com wrote: > > Disclaimer: I'm learning python and would like to use it in a > > project. > > > The project will have many large matricies. In one particular instance > > I need to reference a smaller submatrix of the

List reference at offset

2009-05-27 Thread Colin . Hankins
Disclaimer: I'm learning python and would like to use it in a project. The project will have many large matricies. In one particular instance I need to reference a smaller submatrix of the larger matrix. I don't want to create a new copy or even change any of the values, I just want to quickly and