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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'matches': 0.07; 'learner': 0.09; 'cc:addr:python-list': 0.10; 'python': 0.11; 'python.': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'language': 0.19; 'machine': 0.21; '(or': 0.21; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; '31,': 0.22; 'fit': 0.23; '2015': 0.23; 'module': 0.23; 'header:In-Reply-To:1': 0.24; 'second': 0.24; 'message-id:@mail.gmail.com': 0.28; 'assembly': 0.29; 'code': 0.31; 'point': 0.33; 'subject:?': 0.34; 'received:google.com': 0.34; 'subject:" ': 0.36; 'subject:: ': 0.37; "won't": 0.38; 'pm,': 0.39; 'build': 0.40; 'why': 0.40; 'more': 0.62; 'details': 0.63; 'chrisa': 0.84; 'learn.': 0.84; 'to:none': 0.90; 'fight': 0.97 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:content-transfer-encoding; bh=3y3243K8n2t1o6yW/C+88SBpZq2aSmFtfno2/3PDZr8=; b=ng62YZPxRlEBjdxbFb9mu1nyZ1Njiqr1Vo/3Jxfyq3hfia6X5EExMAQdn0It6yD4KR e+mYTtgy9Dj3L87V3hldqBIm1MYNseSiBHUXHkbu4jb//zFXWLPm34khZl8cUsh5jlO6 bfOOsgtEdunhMvUIgQQawDNj5t9rNFhIs7Cx+Mvq/aEZfFpd4tyMAILTggCIelVFh4+g BigPYi9BgmKhu7CVbN1L9Igsx9uoDAtFBdGlq6avBBcKSS8qzo9Yij+5YaEauL2ulVwo 48ZgIyHYFA2krFp6zGS1EamM3pFoWV8b5EpaNlr9uN2nwgQyIJgkfqKPmfADCgWmCAHj VG6A== MIME-Version: 1.0 X-Received: by 10.107.16.149 with SMTP id 21mr19052887ioq.53.1433048307834; Sat, 30 May 2015 21:58:27 -0700 (PDT) In-Reply-To: <7dfc5cf2-8dde-4d56-ab13-67f4286d07c0@googlegroups.com> References: <7dfc5cf2-8dde-4d56-ab13-67f4286d07c0@googlegroups.com> Date: Sun, 31 May 2015 14:58:27 +1000 Subject: Re: What is considered an "advanced" topic in Python? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433048310 news.xs4all.nl 2965 [2001:888:2000:d::a6]:51400 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3935 X-Received-Body-CRC: 3806553863 Xref: csiph.com comp.lang.python:91562 On Sun, May 31, 2015 at 2:46 PM, Rustom Mody wrote: > More to the point no language matches perfectly=C2=B9 everything that a l= earner needs to learn. > Can you write a kernel module in python? (Or Haskell?) > Can you see details of machine state and transitions in python? > Can you client-script a browser in python? > C is the best fit for the first > Assembly for the second > Javascript for the third. And if I want to build a web site, I won't write assembly code using Python idioms. I will use Python. Why fight against a language? ChrisA