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


Groups > comp.lang.python > #65216

generator slides review

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <andrea.crotti.0@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.175
X-Spam-Level *
X-Spam-Evidence '*H*': 0.66; '*S*': 0.01; 'url:github': 0.09; 'subject:generator': 0.16; 'url:py': 0.16; 'url:talks': 0.16; 'later': 0.20; 'saying': 0.22; '(or': 0.24; 'point': 0.28; 'url:code': 0.29; 'skip:g 30': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'anyone': 0.31; 'to:name:python- list': 0.33; "i'd": 0.34; 'something': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'feedback': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'url:u': 0.61; 'url:index': 0.63; 'hear': 0.63; 'love': 0.65; 'here': 0.66; 'chinese': 0.74; 'url:master': 0.84; 'tomorrow': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=55Q15T6NHyVzqiv6Nwj6abN2+Mq4/DM15QRexHIDWZg=; b=NynDmmhz4tApQG/IROxkcVhEu85CzraQVQzVYIOjPp0l5k28BCi73xKq493XRdxquV HakeIPyz8z1iWp4wKDfEIWcrWQ0vIzHqc4iu1ZhKu0zG3566QqEpuC9AG924Qo0awq3o ZrRQ8uE39/W1wvwdKKBK6wqMewqeXcms55egui4eXhEdhLuxEufvxGGTuUsumBpeVC2j Ylh8IX54D2EtQyjkIFF5lKZ8Hx/tGyObeUMGybmuFmcSEXk6XK3jLyEZO5rKHH2QhIe6 uPb/RO6RcmU39SLFvjansZhVPIUQofDKNlonuGRpiABkPmnHORdCx90Se3yf1nW/UECq mMDg==
MIME-Version 1.0
X-Received by 10.52.181.199 with SMTP id dy7mr326663vdc.43.1391263948119; Sat, 01 Feb 2014 06:12:28 -0800 (PST)
Date Sat, 1 Feb 2014 14:12:28 +0000
Subject generator slides review
From andrea crotti <andrea.crotti.0@gmail.com>
To python-list <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6278.1391263956.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391263956 news.xs4all.nl 2960 [2001:888:2000:d::a6]:46499
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65216

Show key headers only | View raw


I'm giving a talk tomorrow @Fosdem about generators/iterators/iterables..

The slides are here (forgive the strange Chinese characters):
https://dl.dropboxusercontent.com/u/3183120/talks/generators/index.html#3

and the code I'm using is:
https://github.com/AndreaCrotti/generators/blob/master/code/generators.py
and the tests:
https://github.com/AndreaCrotti/generators/blob/master/code/test_generators.py

If anyone has any feedback or want to point out I'm saying something
stupid I'd love to hear it before tomorrow (or also later I might give
this talk again).
Thanks

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


Thread

generator slides review andrea crotti <andrea.crotti.0@gmail.com> - 2014-02-01 14:12 +0000
  Re: generator slides review Miki Tebeka <miki.tebeka@gmail.com> - 2014-02-01 08:50 -0800
    Re: generator slides review andrea crotti <andrea.crotti.0@gmail.com> - 2014-02-02 10:48 +0000
      Re: generator slides review Miki Tebeka <miki.tebeka@gmail.com> - 2014-02-02 06:59 -0800
        Re: generator slides review andrea crotti <andrea.crotti.0@gmail.com> - 2014-02-02 22:55 +0000
    Re: generator slides review andrea crotti <andrea.crotti.0@gmail.com> - 2014-02-02 10:50 +0000
    Re: generator slides review andrea crotti <andrea.crotti.0@gmail.com> - 2014-02-02 10:52 +0000
    Re: generator slides review Peter Otten <__peter__@web.de> - 2014-02-02 13:47 +0100

csiph-web