Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!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; 'python.': 0.02; 'interpreter': 0.04; 'python': 0.09; 'generators': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:features': 0.09; 'subject:python': 0.11; 'dictionaries': 0.16; 'down...': 0.16; 'received:80.91.229.3': 0.16; 'received:dip.t-dialin.net': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-dialin.net': 0.16; 'wrote:': 0.17; '(on': 0.22; 'header:User-Agent:1': 0.26; 'forgot': 0.27; 'header:X-Complaints- To:1': 0.28; "i'm": 0.29; 'to:addr:python-list': 0.33; 'something': 0.35; 'received:org': 0.36; 'really': 0.36; 'far': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'chance': 0.61; 'our': 0.65; 'weapons': 0.84; 'albert': 0.91; 'amongst': 0.91; 'subject:Top': 0.93; 'wait,': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Peter Otten <__peter__@web.de> Subject: Re: Top 10 python features Date: Sun, 17 Mar 2013 15:09:29 +0100 Organization: None References: <35e9c045-f835-487c-a9a1-9171151ada75@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: p5084bab8.dip.t-dialin.net User-Agent: KNode/4.7.3 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363529374 news.xs4all.nl 6939 [2001:888:2000:d::a6]:51860 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41355 Albert Vonpupp wrote: > Hello pythonistas, > > I'm new to python and so far I'm really enjoying learning it. > > I would like to know what are the top 10 most important features (on your > opinion) in python. > > I have to prepare a presentation on that and this is a very good chance to > learn something new to me as well. 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...