Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsreader4.netcologne.de!news.netcologne.de!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'feature.': 0.07; 'python': 0.09; '(but': 0.15; '"all"': 0.16; '.py': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'happily': 0.16; 'mainstream': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'installed': 0.23; 'somewhere': 0.24; 'linux': 0.24; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'installed,': 0.29; 'probably': 0.29; 'distribute': 0.30; 'file': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'easily': 0.39; 'necessarily': 0.63; 'worth': 0.63; 'grab': 0.64; '2013': 0.84; 'audience,': 0.84; 'edwards': 0.91 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=xNKKOaqBEfOqMWJMhtJXFNc0BraRUFJPjFDJFNhUACA=; b=mosRq22LZOfFvqu/RM/XE71BEVoalTLJzWUnSywD+DBMAyHQ0Da5aQBkdYA88bRZuW 7S5FM3/Ige71pR5RDTy6vM/MVfAK7VKm+xxcRX+Eo18lxaKzselbgOOsyFIkjd1/4zwG qVEsZcnVD2HIjjgsNd7zWrUvN1bNKTf86KBobaV7a6Q7Mnb+sUpCEYRrDD8U/+bpQO6m rjAlqmksUOCZ5le6ioJ8Z7iRIHulvbxS8sr5nyJEQXFda/OHetU6+lx9trfGRxYthJrh DCpaA8T4KpnMIoS+LsPvjLvBjQ0nT4SCSLRDJvNz7nAGrMMXVykiBZQBbOs+2KL5NlpR yUIQ== MIME-Version: 1.0 X-Received: by 10.58.253.161 with SMTP id ab1mr8955442ved.55.1361737535622; Sun, 24 Feb 2013 12:25:35 -0800 (PST) In-Reply-To: References: <5127848B.1060004@gmail.com> <928d2cf7-728b-4f35-b8c9-4c9b958507e5@googlegroups.com> <51282334$0$29988$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 25 Feb 2013 07:25:35 +1100 Subject: Re: Python Newbie 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361737538 news.xs4all.nl 6919 [2001:888:2000:d::a6]:35018 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39781 On Mon, Feb 25, 2013 at 5:19 AM, Grant Edwards wrote: > On 2013-02-23, Chris Angelico wrote: > >> It's worth noting, though, that there are self-perpetuating aspects to >> it. I can happily distribute a .py file to a Linux audience, because >> many Linux distros come with a Python already installed, or at very >> least can grab one easily via the package manager. > > Are there any popular, mainstream Linux distros that don't come with > Python installed by default? Probably all the main desktop distros come with _some_ Python (but not necessarily a recent one... RHEL with 2.4?!). I used "many" rather than "all" in case there's one somewhere that doesn't, but even then, Python will be an easily-added feature. ChrisA