[RELEASE] Python 3.6.0a3 is now available

2016-07-12 Thread Ned Deily
On behalf of the Python development community and the Python 3.6 release team, I'm happy to announce the availability of Python 3.6.0a3. 3.6.0a3 is the third of four planned alpha releases of Python 3.6, the next major release of Python. During the alpha phase, Python 3.6 remains under heavy devel

[ANN] MicroPython 1.8.2

2016-07-12 Thread Paul Sokolovsky
Hello, MicroPython is a lean and efficient Python3 implementation for microcontrollers, embedded, mobile, and IoT systems (which also runs just as fine on desktops, servers, and clouds). v1.8.2 brings initial proof-of-concept multi-threading support in the form of the _thread module, which close