Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83884

Re: How to "wow" someone new to Python

Path csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <marco.buttu@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.083
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'subject:Python': 0.06; 'objects,': 0.09; 'subject:How': 0.10; 'python': 0.11; 'marco': 0.16; 's/he': 0.16; 'wrote:': 0.18; 'library': 0.18; 'examples': 0.20; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'header :In-Reply-To:1': 0.27; 'idea': 0.28; 'chris': 0.29; 'phone:': 0.31; 'core': 0.34; 'received:google.com': 0.35; 'introducing': 0.36; 'useful': 0.36; 'experience,': 0.37; 'subject:new': 0.38; 'awesome': 0.38; 'to:addr:python-list': 0.38; 'previous': 0.38; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'is.': 0.60; 'new': 0.61; 'simple': 0.61; "you're": 0.61; 'first': 0.61; 'show': 0.63; 'charset:windows-1252': 0.65; 'minutes': 0.67; 'header:Reply-To:1': 0.67; 'reply-to:no real name:2**0': 0.71
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=kOQ/ZpaIERCrjcwAHgc4Yv4rCCJB9oUli82OL9lv0I8=; b=VZHEsWLQohqira/IKeMv5KQPK8ab1H6LNyqDwHWCJOyYPxAe5JTZ1rgLu2jLYLqsdP rAxEPLlt5s/PXphwIz/rc7Lw9h3Eya5i1xTq/ThrvGY/JzQYrtvxNt5qjJN4l1tGyVAW Xa1P6jhlS6vHOdgdTCFM+NnWF9MfxuBG5TsF1PVJLOSn+PAkfIiZWwlqnb9DakhR2yxK yisy4qcQlBmEDD2IHByIXss+w688N+RpNslurt6DxceaKIBCITkzz02AIwHqRD3nSmiE t89yaycp8ixA681EcI1e34EgAMwGVjC7LjcpL54Np7G9G2QYvY4fks97IX7mo5/u5yUT rgMQ==
X-Received by 10.180.97.195 with SMTP id ec3mr7452091wib.79.1421423217483; Fri, 16 Jan 2015 07:46:57 -0800 (PST)
From Marco Buttu <marco.buttu@gmail.com>
X-Google-Original-From Marco Buttu <mbuttu@oa-cagliari.inaf.it>
Date Fri, 16 Jan 2015 16:46:42 +0100
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2
MIME-Version 1.0
To python-list@python.org
Subject Re: How to "wow" someone new to Python
References <CAPTjJmpTbbj=Dqc6PN-ec4n6-WdFjpSAzwawObSd3Dvwbkpi=A@mail.gmail.com>
In-Reply-To <CAPTjJmpTbbj=Dqc6PN-ec4n6-WdFjpSAzwawObSd3Dvwbkpi=A@mail.gmail.com>
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Mailman-Approved-At Fri, 16 Jan 2015 17:42:53 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To mbuttu@oa-cagliari.inaf.it
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17796.1421426574.18130.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1421426574 news.xs4all.nl 2843 [2001:888:2000:d::a6]:42571
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:83884

Show key headers only | View raw


On 16/01/2015 16:03, Chris Angelico wrote:
> Scenario: You're introducing someone to Python for the first time.
> S/he may have some previous programming experience, or may be new to
> the whole idea of giving a computer instructions. You have a couple of
> minutes to show off how awesome Python is. What do you do?

The batteries included: some useful and simple examples with only core 
data type objects, built-in functions and standard library

-- 
Marco Buttu

INAF-Osservatorio Astronomico di Cagliari
Via della Scienza n. 5, 09047 Selargius (CA)
Phone: 070 711 80 217
Email: mbuttu@oa-cagliari.inaf.it

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How to "wow" someone new to Python Marco Buttu <marco.buttu@gmail.com> - 2015-01-16 16:46 +0100

csiph-web