Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38763

Re: buffers and memoryviews

Date 2013-02-12 15:42 +0000
From MRAB <python@mrabarnett.plus.com>
Subject Re: buffers and memoryviews
References <CD3F9ED1.8AC4%demianbrecht@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1708.1360683744.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 2013-02-12 15:25, Demian Brecht wrote:
> I didn't know a whole lot (read: nothing) about buffers and memoryviews
> before digging into the C side of Python. Once I found them, ran into some
> of the 2.7 ugliness of having /both/ buffers and memoryviews available and
> found the tremendous usefulness in them, I decided to write a blog post.
> In this post, I hope to give the reader a brief overview of what each is,
> detail some of the ugliness in 2.7 and provide useful information for
> those wanting to incorporate them into their work.
>
> http://demianbrecht.github.com/posts/2013/02/10/buffer-and-memoryview/
>
"3.4"? I didn't know that it was out yet! :-)

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: buffers and memoryviews MRAB <python@mrabarnett.plus.com> - 2013-02-12 15:42 +0000

csiph-web