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


Groups > comp.lang.python > #38771 > unrolled thread

Re: buffers and memoryviews

Started byDemian Brecht <demianbrecht@gmail.com>
First post2013-02-12 09:05 -0800
Last post2013-02-12 09:05 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: buffers and memoryviews Demian Brecht <demianbrecht@gmail.com> - 2013-02-12 09:05 -0800

#38771 — Re: buffers and memoryviews

FromDemian Brecht <demianbrecht@gmail.com>
Date2013-02-12 09:05 -0800
SubjectRe: buffers and memoryviews
Message-ID<mailman.1717.1360688736.2939.python-list@python.org>
I guess I /should/ have written it with current releases.. My 3 is current
dev source :P

Demian Brecht
http://demianbrecht.github.com




On 2013-02-12 7:42 AM, "MRAB" <python@mrabarnett.plus.com> wrote:

>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! :-)
>-- 
>http://mail.python.org/mailman/listinfo/python-list

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web