Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Question about yield Date: Sun, 15 Nov 2015 13:43:41 +1100 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 7NwTwlf7YrveJD0v0yrhqgSPQQWSm7dNQYIWD6VxBupg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Question': 0.05; 'cc:addr:python-list': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:yield': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'tutorial': 0.29; '15,': 0.30; 'url:python': 0.33; 'this?': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'some': 0.40; 'url:3': 0.60; 'high': 0.60; 'here:': 0.63; 'url:index': 0.67; 'chrisa': 0.84; 'to:none': 0.91; 'url:tutorial': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=QUrYTzOv/lYijYjQcO7Da6utMO5BUoxp52R8EVl3lmQ=; b=N6JMgKiMYecWstq/czYVwQZkaE3mKZwC+LR0+hW7AxichZVZUiWz/nB0C3cepWVEcv HH2URwsIsXop5eqkeFjBF1SkE67TgLZ4UsImEF/30irs1T1IncCTEzEZ2QFdUxUKZPqq 5aIHeMa637xjfrWXkyTP/9n1RGqfR+OnQffxqZPiost4YIoAWxgDbul2k9qdK1qRWBNo JvTKZr30dXrKTl+GDpjfgt5C/Q+Xd2fqN/sIW84jwTR0eQdNdmY2Km+cFmuQy9/BlwvO azf46yuVWQ4Je0KzpOYR0Y6tGgtTa+jcKLjBCmRxtkcOzwpY3MmNx6NYC6y/FAEkxLj1 wcQQ== X-Received: by 10.107.16.84 with SMTP id y81mr25259202ioi.19.1447555422025; Sat, 14 Nov 2015 18:43:42 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98848 On Sun, Nov 15, 2015 at 1:37 PM, fl wrote: > Or are there some high relevant tutorial on this? > Start here: https://docs.python.org/3/tutorial/index.html ChrisA