[Tutor] 'slice', etc

spir denis.spir at gmail.com
Sat Dec 7 11:41:09 CET 2013


On 12/07/2013 02:45 AM, Mark Lawrence wrote:
> The good news is there is a memoryview in Python, see
> http://docs.python.org/3/library/functions.html#func-memoryview.  The bad news
> is it doesn't work on strings. See here for the slice object
> http://docs.python.org/3/library/functions.html#slice.

Thank you, Mark, I'll have a look at memoryview, seems interesting anyway.
[The pointer you give about slice is the same as the one I gave myself ;-)]

Denis




More information about the Tutor mailing list