Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language,': 0.11; 'considers': 0.16; 'driscoll': 0.16; 'metaclasses': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'intermediate': 0.18; 'extension': 0.20; 'embedding': 0.22; "i've": 0.24; 'mike': 0.24; 'developers': 0.24; 'wondering': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'asked': 0.28; "we're": 0.30; 'mention': 0.31; 'topics': 0.31; 'probably': 0.32; 'realize': 0.32; 'curious': 0.33; 'decorators': 0.33; 'subject:?': 0.34; 'growing': 0.35; 'to:addr:python-list': 0.35; 'but': 0.36; 'there': 0.36; 'modules': 0.36; 'subject:" ': 0.36; 'hi,': 0.37; 'subject:: ': 0.37; 'list.': 0.37; 'received:org': 0.38; 'community': 0.38; 'to:addr:python.org': 0.39; 'high': 0.62; 'our': 0.64 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Sturla Molden Subject: Re: What is considered an "advanced" topic in Python? Date: Sat, 30 May 2015 12:15:04 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 156-156-11.connect.netcom.no User-Agent: NewsTap/4.0.1 (iPad) X-: 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432988114 news.xs4all.nl 2922 [2001:888:2000:d::a6]:52269 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3282 X-Received-Body-CRC: 2559583520 Xref: csiph.com comp.lang.python:91529 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. Coroutines, metaclasses and decorators is probably high up on the obscurity list. Writing C extension modules is high up there as well, not to mention embedding Python and using subinterpreters. Sturla