Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed1a.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'through.': 0.09; 'python': 0.11; 'kurt': 0.11; 'url:)': 0.14; 'considers': 0.16; 'driscoll': 0.16; 'wrote:': 0.16; 'intermediate': 0.18; 'trying': 0.22; 'from:addr:chris': 0.22; 'programming': 0.23; 'am,': 0.23; 'chapter': 0.23; "i've": 0.24; 'header:In-Reply-To:1': 0.24; 'mike': 0.24; 'wondering': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'asked': 0.28; 'fine': 0.29; "i'm": 0.29; 'received:dreamhost.com': 0.29; 'received:g.dreamhost.com': 0.29; 'topics': 0.31; 'maybe': 0.31; 'received:10.0.0': 0.32; 'languages': 0.34; 'subject:?': 0.34; 'received:10.0': 0.34; 'to:addr:python-list': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:" ': 0.36; 'two': 0.37; 'received:10': 0.37; 'subject:: ': 0.37; 'level': 0.37; 'community': 0.38; 'enough': 0.39; 'to:addr:python.org': 0.39; 'learn': 0.60; 'times': 0.61; 'charset:windows-1252': 0.65; 'book,': 0.72; 'hand': 0.82; 'from.': 0.93 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cdreimer.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=cdreimer.com; bh=nruz vqGQVQVcaz/Tuu36KLTQaFc=; b=eMXKQzvXwnt+YQqmypl97qM8T7fcXjkxU2GE e48g9VeEcVMxUPcTEE+xtL34PCH2hbiXHHZqyqOJzpAmum9o/+6E+zUV1waXqHmg KtcgY/1pktRL4sKBnIJFVyVmKQGXD2Dvrp9Jqponik30+C9UxTtV5Z7Tpdp8K2kt kP+R+F0= Date: Sat, 30 May 2015 18:28:17 -0700 From: "C.D. Reimer" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: What is considered an "advanced" topic in Python? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433035711 news.xs4all.nl 2966 [2001:888:2000:d::a6]:54357 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3820 X-Received-Body-CRC: 3333200114 Xref: csiph.com comp.lang.python:91556 On 5/29/2015 9:01 AM, Mike Driscoll wrote: > 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'm trying my hand at Cython (http://cython.org/). I just know enough of the Python and C languages to understand the book, "Cython" by Kurt W. Smith, but trying to understand this on a deeper level by re-reading each chapter two or three times is enough to give me a headache. Which is fine since I have no use for a programming book that I can breeze through. Then again, maybe this book wasn't the best book to learn Cython from. Chris R.