Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'lately': 0.07; 'cc:addr :python-list': 0.11; 'python': 0.11; 'accident.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'targets': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'version.': 0.19; 'thanks.': 0.20; 'cc:addr:python.org': 0.22; 'this?': 0.23; 'paul': 0.24; "haven't": 0.24; 'cc:2**0': 0.24; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; '14,': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'should': 0.36; 'project': 0.37; 'pm,': 0.38; 'anything': 0.39; 'back': 0.62; 'mar': 0.68; '2015': 0.84; 'different.': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=BWTdJ+j15UXlCpE1YHyZ2DGOshpoBOo8Q76M6qrmhms=; b=tE+6sw1f40/F5BCsbAGRUYaUDEGrlgUeF54GWLZqP7QtlAZ8dTTnY2GWMX62WiEW0Z D7pwkaSFvT2FmX3gc/Bk9d3aYa2u48toqRi6uHEpG9gVIOFy539ZCEwBvFB2avH1IqF+ 5cTa460hix9ONWIblBLT5NI0OSOqFWTL5CuYMP9KMuH5D/yXVQIeF3ERPdSBinBNLj1D wMJmFWtd3QD57iNezBSRFh6fnXZQyeixQqDfEdOkuM65bDYmeNJyb9ALUz8vUzENqzWQ r/tv4b4U5onFYrVUiP9em7eWEx/yw4aRscS1JT2mFFDFbqpMco7lz9nsWXoxrflbaulF TPFg== MIME-Version: 1.0 X-Received: by 10.107.160.212 with SMTP id j203mr97520581ioe.43.1426372747708; Sat, 14 Mar 2015 15:39:07 -0700 (PDT) In-Reply-To: <87egos5bb7.fsf@nightsong.com> References: <87egos5bb7.fsf@nightsong.com> Date: Sun, 15 Mar 2015 09:39:07 +1100 Subject: Re: Micropython? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426372755 news.xs4all.nl 2849 [2001:888:2000:d::a6]:50274 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87455 On Sat, Mar 14, 2015 at 5:43 PM, Paul Rubin wrote: > http://www.micropython.org/ > > Has anyone used this? Know anything about it? I don't remember seeing > any mention of it here. I remember there was a stripped down Python > some years back that didn't work very well, but I think this is > different. I just came across it by accident. Thanks. It's a rare thing: an alternative Python implementatin that targets Py3 instead of Py2. I haven't been following the project lately (largely because I don't use microcontrollers), but it's something that should be encouraged, just on the basis of Python version. ChrisA