Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.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.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'admins': 0.07; 'interpreter': 0.07; 'python': 0.08; 'am,': 0.14; 'wrote:': 0.14; 'subject:python': 0.14; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'install.': 0.16; 'installer,': 0.16; 'possibly': 0.16; 'tue,': 0.17; 'script.': 0.19; 'header:In-Reply-To:1': 0.21; 'trying': 0.23; 'deployment': 0.23; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'thus': 0.23; 'there.': 0.25; 'installation': 0.25; 'script': 0.27; 'message- id:@mail.gmail.com': 0.28; 'installed': 0.28; '(even': 0.29; 'deployed': 0.30; 'app': 0.32; 'words,': 0.32; 'to:addr:python- list': 0.33; 'lines': 0.33; 'chris': 0.34; 'there': 0.35; 'advocate': 0.35; 'idea': 0.36; 'subject:/': 0.36; 'received:google.com': 0.37; 'useful': 0.37; 'received:209.85': 0.37; 'put': 0.37; 'think': 0.38; 'run': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'simply': 0.60; 'kind': 0.60; 'best': 0.60; 'school': 0.61; '31,': 0.65; 'making': 0.67; 'quality': 0.74; '10:57': 0.84; 'ecs': 0.84; 'reap': 0.84; "students'": 0.84; 'here...': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=Svl9htPrb3pNwsquWYOynGrKF0jUq2OlmenFkl0yT0s=; b=d4R44Tj0GxpD7PgWcVFfh+fZplbQuMQ1+/KM4l0EVLDZJjo+XTzaTJOfviHYxrrehA Dkc/5ITY5EDlZktKj7B10++3BhmQ2KaHpa7PAMaq+blaU01OhcM4Jdwt3BCyQOH/0vH9 g8j8tl63eDBI5EnxlR6OXi+CBSIjWhnBcCUBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=oRvo0lUUTyiYfdAd9hIA6XCNBVaMqjVIE5lviR8CZpoDuIXZJPJfK+q6kLbKVDf9G7 KpRi0XpIkmCCgA0//wkQQg7WWHVUxAZGDQVHH1eDsinsoXvS6b1xQqju8aVG5ZNwQXfm N95KP6SIyyLSMNkszeY/2SFgFu0ZnEeP+OLdk= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 31 May 2011 12:53:24 +1000 Subject: Re: python in school notebooks/laptops From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 25 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306810407 news.xs4all.nl 49183 [::ffff:82.94.164.166]:56304 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6695 On Tue, May 31, 2011 at 10:57 AM, harrismh777 wro= te: > Chris Angelico wrote: >> Possibly the best way to encourage Python deployment would be to >> require it to run some internal script. > > =A0 Chris has a great idea here... but I think more along the lines of an= app > that benefits school admins in terms of networking registration, > accountability, or messaging. In other words, if I understand Chris > correctly, make the script / app =A0necessarily useful to the admins you = are > trying to advocate to, so that the students reap the benefits of having t= he > interpretor installed and ready...?!? Precisely. If there is some kind of need for a script to be deployed on all students' laptops (even if it's just part of some installer, and not necessary post-setup), then write it in Python and put the interpreter on there. This is not shenanigans, but simply the use of a quality tool; it's no different from the eComStation installers making extensive use of VX-REXX, and thus mandating its installation as part of the eCS install. Chris Angelico