Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'interpreter.': 0.07; 'ast': 0.09; 'python': 0.11; 'language,': 0.11; 'considers': 0.16; 'dist': 0.16; 'driscoll': 0.16; 'wrote:': 0.16; 'hacking': 0.18; 'intermediate': 0.18; 'thanks,': 0.19; 'email addr:gmail.com>': 0.20; '2015': 0.23; 'module': 0.23; "i've": 0.24; 'header:In-Reply-To:1': 0.24; 'mike': 0.24; 'developers': 0.24; 'wondering': 0.25; 'message- id:@mail.gmail.com': 0.28; 'asked': 0.28; 'objects': 0.29; "we're": 0.30; 'fri,': 0.31; 'topics': 0.31; 'url:mailman': 0.31; 'code': 0.31; 'realize': 0.32; 'url:python': 0.33; 'curious': 0.33; 'subject:?': 0.34; 'skip:& 20': 0.34; 'received:google.com': 0.34; 'growing': 0.35; 'url:listinfo': 0.35; 'to:addr:python- list': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:" ': 0.36; 'hi,': 0.37; 'subject:: ': 0.37; 'community': 0.38; 'pm,': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.62; 'our': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=R6UjHSjbYboPhgzu9IT0Gmjz3AwkB2Dj8dFJ6DxYhpw=; b=vgqGigo2JgCJ5/Rtsmpts5dGjsUZE/m19DfstkANZaWbIUeAWgONoxx20qnhb66Yyj OuGEDOfCsKY7QQkfs4qm77PM7NZWNLmqIIubkxq3bKeIW/8/LDrQqC8ODYKowAnRwxd1 8KBAWvJazPbZH2RU+9wbVY8FwVItvNWGRWhl5c7uvJHse3agTvNgZ6gfYjkda2KKfi91 LSSetXF6HpRIEYGSlO05BWmT/vn62wgap8IWnOhGIO2VN76icYjPv/FJauXlQ8iqJRau +Fe3r0fgikwupv/8DgCl3UnoLeV0/4+IW6R6XwCogsOQT+wzGyIARrDA6uKMFCt8HF1V 36eQ== X-Received: by 10.180.90.73 with SMTP id bu9mr8304120wib.88.1432918940844; Fri, 29 May 2015 10:02:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Todd Date: Fri, 29 May 2015 19:02:00 +0200 Subject: Re: What is considered an "advanced" topic in Python? To: python-list@python.org Content-Type: multipart/alternative; boundary=f46d043c81a076086705173b7075 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: , Newsgroups: comp.lang.python Message-ID: Lines: 51 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432918943 news.xs4all.nl 2917 [2001:888:2000:d::a6]:33530 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91482 --f46d043c81a076086705173b7075 Content-Type: text/plain; charset=UTF-8 On Fri, May 29, 2015 at 6:01 PM, Mike Driscoll wrote: > Hi, > > I've been asked on several occasions to write about intermediate or > advanced topics in Python and I was wondering what the community considers > to be "intermediate" or "advanced". I realize we're all growing in our > abilities with the language, so this is going to be very subjective, but I > am still curious what my fellow Python developers think about this topic. > > Thanks, > Mike > -- > https://mail.python.org/mailman/listinfo/python-list > The ast module and AST hacking The dist module and understanding the interpreter. Code objects --f46d043c81a076086705173b7075 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On F= ri, May 29, 2015 at 6:01 PM, Mike Driscoll <kyosohma@gmail.com> wrote:
Hi,

I've been asked on several occasions to write about intermediate or adv= anced topics in Python and I was wondering what the community considers to = be "intermediate" or "advanced". I realize we're al= l growing in our abilities with the language, so this is going to be very s= ubjective, but I am still curious what my fellow Python developers think ab= out this topic.

Thanks,
Mike
--
https://mail.python.org/mailman/listinfo/python-list

The a= st module and AST hacking
The dist modu= le and understanding the interpreter.
C= ode objects
--f46d043c81a076086705173b7075--