Re: [Tutor] python list, right! but concretely?

2010-05-01 Thread Luke Paireepinart
2010/5/2 spir ☣ : > Hello, > > Is there anywhere some introduction material to the implementation of python > lists (or to fully dynamic and flexible sequences, in general)? > More precisely, I'd like to know what kind of base data-structure is used > (linked list, dynamic array, something else -

[Tutor] python list, right! but concretely?

2010-05-01 Thread spir ☣
Hello, Is there anywhere some introduction material to the implementation of python lists (or to fully dynamic and flexible sequences, in general)? More precisely, I'd like to know what kind of base data-structure is used (linked list, dynamic array, something else -- and in case of array, how i