Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: paul.hermeneutic@gmail.com Newsgroups: comp.lang.python Subject: Re: [ANN] MicroPython 1.5 Date: Sun, 8 Nov 2015 12:08:20 -0700 Lines: 43 Message-ID: References: <87ziyotkfr.fsf@nightsong.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de YC6+0JsB4W1GuAVjNw5i7AEzGK0T41SR1A1AZqYMrE3Q== 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; 'subject:: [': 0.03; 'one?': 0.05; 'python3': 0.05; 'subject:ANN': 0.07; 'chance?': 0.09; 'repl': 0.09; 'simplified': 0.09; 'python': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'settings.': 0.18; 'ssl': 0.18; '>': 0.18; 'email addr:gmail.com>': 0.18; 'project,': 0.18; 'language': 0.19; 'subject:] ': 0.19; 'library': 0.20; 'changes': 0.20; '2015': 0.20; 'ones.': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'paul': 0.24; "doesn't": 0.26; 'possibility': 0.27; 'message- id:@mail.gmail.com': 0.27; 'this.': 0.28; 'btw,': 0.29; 'subset': 0.29; '(including': 0.30; 'url:mailman': 0.30; 'code': 0.30; 'probably': 0.31; 'another': 0.32; 'implement': 0.32; 'posting': 0.32; 'maybe': 0.33; 'url:python': 0.33; 'smart': 0.33; 'url:listinfo': 0.34; 'server': 0.34; 'gets': 0.35; 'received:google.com': 0.35; 'growing': 0.35; 'python.org': 0.35; 'could': 0.35; 'nov': 0.35; 'supports': 0.35; 'but': 0.36; 'instead': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'skip:& 10': 0.37; 'client': 0.37; 'thanks': 0.37; 'release': 0.37; 'received:209': 0.38; 'anything': 0.38; 'mean': 0.38; 'does': 0.39; 'enough': 0.39; 'url:mail': 0.40; 'build': 0.40; 'to:addr:python.org': 0.40; 'still': 0.40; 'from:no real name:2**0': 0.60; 'advanced': 0.61; 'show': 0.62; 'hear': 0.64; 'products': 0.70; 'footprint': 0.84; 'milestone': 0.84; 'nice,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=poQbbqbbBHKR6//kkD7hN2wJBFgzKVWRSi4jzPDQeGc=; b=xiRt/0nqZ0y6HlCBGBNAgefYrKyiHnrKwQDJ/v2LejFJA6O6HBQ3eU6LqK59lp7wLQ iiG+ews7veHH3D++RIVySI2zkHu9Mxfn7kzikziAbAx8E23MC5dfdI1b6NPG62lKUEpW hzmz6oud2zhNTYTbNzIodcaigsdrBn0kI1H/dTmx8Ph6LGITAF2OXc0Kii8QjZVUEMDJ zSXAHew+OKEBC9AK2QWq2vhrp6NVutOu3oZdMJlHLzapWlyqsAuma25DA41+4iZ8JKKy nZ0Oz7W9oeFqEA5aCozFkt18r0ml2kVSO802wak1ztuTfyLA49GWQ4mED7DFFZyZAS0x BC2g== X-Received: by 10.112.130.195 with SMTP id og3mr11555033lbb.69.1447009719820; Sun, 08 Nov 2015 11:08:39 -0800 (PST) In-Reply-To: <87ziyotkfr.fsf@nightsong.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98473 What is the possibility that MicroPython could be another build from the base python.org sources? Python already gets built for a variety of architectures. Could a MicroPython be another one? In that way, it would always be up to date on language changes. On Sun, Nov 8, 2015 at 11:28 AM, Paul Rubin wrote: > Paul Sokolovsky writes: > > Recent 1.5 release is an important milestone for the project, major > > changes including: > > Thanks for posting this. We don't hear enough about MicroPython on > this newsgroup so it's good to get these announcements. > > Is the language still Python 3.4? Will it implement 3.5 sometime soon? > > > 1. Advanced REPL support with smart auto-indent and auto-completion > > Hmm does this make the code footprint significantly bigger? > > > 2. Support for client SSL connections. > > Nice. Does it check the server certificate? Is it based on TLSLite by > any chance? > > > 5. There're now 2 well-supported microcontroller boards for > > MicroPython, and dozen(s) community-supported ones. > > The PyBoard is very nice, but what is the other one? I don't see > anything about it on the MicroPython web site. (Hmm, maybe you mean the > Micro Bit). > > Btw, I notice that the "store" page doesn't show any products under my > normal adblock settings. It's probably best to make it a normal page > instead of an AJAX one. > > > MicroPython supports growing subset of Python3 standard library > > (including simplified asyncio package) > > This would look much nicer with the new Python 3.5 syntax. > -- > https://mail.python.org/mailman/listinfo/python-list >