Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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; 'python.': 0.02; 'interpreter': 0.04; 'python': 0.09; 'declarations': 0.09; 'generators': 0.09; 'subject:features': 0.09; 'subject:python': 0.11; 'library': 0.15; '1:09': 0.16; 'binaries': 0.16; 'dictionaries': 0.16; 'down...': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hmm.': 0.16; 'python-list,': 0.16; 'url:other': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'appropriate': 0.20; 'variable': 0.20; '(on': 0.22; 'constant': 0.22; 'installed': 0.23; 'paul': 0.24; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'forgot': 0.27; 'url:au': 0.27; 'message-id:@mail.gmail.com': 0.27; 'points': 0.29; 'relative': 0.30; 'code': 0.31; 'point': 0.31; 'url:python': 0.32; 'mac': 0.32; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'notice': 0.39; 'help': 0.40; 'your': 0.60; 'most': 0.61; 'side': 0.61; 'url:index': 0.61; 'our': 0.65; 'improvements': 0.65; 'url:page': 0.71; '2013': 0.84; 'more:': 0.84; 'otten': 0.84; 'weapons': 0.84; 'url:php': 0.86; 'albert': 0.91; 'amongst': 0.91; 'subject:Top': 0.93; 'wait,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=GKQaHia4UV06/Wjd1haZRQv9eh7UMT3s/Y8yU6GzZEM=; b=Rb8RDoxpf8Osp8lXnEGSC9eU2vrYbZgeJXeMJcDeheIcP1AQWH4LVAEipfz/cRJtXM qZMA+0aVWe0jN5F35m6ugFV963/zlhQopeVYLV9Zl2oZUo4GS1Iq0GoB8XGPjCHMhzjg yDetU6054X02dDy91DLapx6u99TDSdXS7Ob3nFRSB+B9ryx0FpxA+VTOdH/ch5UYUORa Ww6C2K35LJo73xXeoRPvAeydmJlA5C4ubOrt+TAWOm446T0uyLI4/N3znEhZ6d+gc4Uj LQ5X6veoP4ArnqKdWyvNrOtRz2mk5VKonXKkNtEUKpEZsK7Pi3AULiP/aypd6OmM6AeS MXpw== MIME-Version: 1.0 X-Received: by 10.220.109.145 with SMTP id j17mr15178350vcp.34.1363530105135; Sun, 17 Mar 2013 07:21:45 -0700 (PDT) In-Reply-To: References: <35e9c045-f835-487c-a9a1-9171151ada75@googlegroups.com> Date: Mon, 18 Mar 2013 01:21:45 +1100 Subject: Re: Top 10 python features From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363530108 news.xs4all.nl 6865 [2001:888:2000:d::a6]:57614 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41356 On Mon, Mar 18, 2013 at 1:09 AM, Peter Otten <__peter__@web.de> wrote: > Albert Vonpupp wrote: > >> I would like to know what are the top 10 most important features (on your >> opinion) in python. > > Amongst our weapons are > > - Generators > - Duck-Typing > - The Interactive Interpreter > > and an almost fanatical devotion to the Zen. > > Wait, I forgot dictionaries; it's dictionaries all the way down... That's five. Here's five more: * No variable declarations - keep your code simple * An *extensive* standard library * comp.lang.python / python-list, Python help 24/7! * Active development and constant improvements * Strong OS/platform support (many Linuxes have at least some version of Python either already installed or in the standard repository; Windows and Mac OS have ready-to-go binaries available on python.org; there are Pythons for various mobile platforms; even relative obscurities like OS/2 have their ports) Hmm. Side point regarding OS/2: I notice that http://www.python.org/getit/other/ points to a port of 2.4.4, but Paul Smedley has a port of 2.7.2: http://smedley.id.au/os2ports_new/index.php?page=python - what's the appropriate way to get that mentioned? ChrisA