From aeb09551790dd30b0764699b1c1771116f6b8ac3 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 18 May 2020 13:27:39 -0700 Subject: [PATCH] Add more * CircuitPython meeting * PyDev of the Week * versions! --- _drafts/2020-05-19-draft.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/_drafts/2020-05-19-draft.md b/_drafts/2020-05-19-draft.md index 0845356a6..810563ce3 100644 --- a/_drafts/2020-05-19-draft.md +++ b/_drafts/2020-05-19-draft.md @@ -187,7 +187,7 @@ This Python YouTube course is designed to take you from beginner to pro in the P [![Trinket M0](../assets/20200519/20200519trinket.jpg)](https://www.youtube.com/watch?v=XLtqkJ2_kyA) -Adafruit Trinket M0 and CircuitPython - [YouTube](https://www.youtube.com/watch?v=XLtqkJ2_kyA). +Adafruit Trinket M0 and CircuitPython from Gary Explains (#garyexplains) - [YouTube](https://www.youtube.com/watch?v=XLtqkJ2_kyA). [![Remote Control Your Raspberry Pi Camera](../assets/20200519/20200519photo.jpg)](https://www.tomshardware.com/how-to/raspberry-pi-remote-control-camera-from-web) @@ -233,7 +233,9 @@ Comparing BASIC on the Commodore 64 with Python on the Raspberry Pi - [bigl.es]( Track your time using an Octahedron on Linux using Python - [LeMaRiva Tech](https://lemariva.com/blog/rss/timeular-track-your-time-using-octahedron-linux) and [Blog](https://blog.adafruit.com/2020/05/12/track-your-time-using-an-octahedron-on-linux-using-python/). +PyDev of the Week: Qiusheng Wu on [Mouse vs Python](https://www.blog.pythonlibrary.org/2020/05/18/pydev-of-the-week-qiusheng-wu/) +CircuitPython Weekly for May 18th, 2020 [on YouTube](https://youtu.be/90N_d1_g6J4) and on [diode.zone](https://diode.zone/videos/watch/d16380af-f2a0-4301-b443-0872b5f6dd38) #ICYDNCI What was the most popular, most clicked link, in [last week's newsletter](https://www.adafruitdaily.com/2020/05/12/circuitpython-5-4-sneak-peeks-teensy-4-1-and-more-python-adafruit-circuitpython-circuitpython-micropython-thepsf/)? [Microsoft Python for Beginners Videos on YouTube](https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6). @@ -448,13 +450,13 @@ As for other events, with the COVID pandemic, most in-person events are postpone ## Latest releases -CircuitPython's stable release is [#.#.#](https://github.com/adafruit/circuitpython/releases/latest) and its unstable release is [#.#.#-##.#](https://github.com/adafruit/circuitpython/releases). New to CircuitPython? Start with our [Welcome to CircuitPython Guide](https://learn.adafruit.com/welcome-to-circuitpython). +CircuitPython's stable release is [5.3.0](https://github.com/adafruit/circuitpython/releases/latest) and its unstable release is [5.4.0-beta.0](https://github.com/adafruit/circuitpython/releases). New to CircuitPython? Start with our [Welcome to CircuitPython Guide](https://learn.adafruit.com/welcome-to-circuitpython). -[2019####](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest) is the latest CircuitPython library bundle. +[20200518](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest) is the latest CircuitPython library bundle. -[v#.#.#](https://micropython.org/download) is the latest MicroPython release. Documentation for it is [here](http://docs.micropython.org/en/latest/pyboard/). +[v1.12](https://micropython.org/download) is the latest MicroPython release. Documentation for it is [here](http://docs.micropython.org/en/latest/pyboard/). -[#.#.#](https://www.python.org/downloads/) is the latest Python release. The latest pre-release version is [#.#.#](https://www.python.org/download/pre-releases/). +[3.8.3](https://www.python.org/downloads/) is the latest Python release. The latest pre-release version is [3.9.0a6](https://www.python.org/download/pre-releases/). [1700 Stars](https://github.com/adafruit/circuitpython/stargazers) Like CircuitPython? [Star it on GitHub!](https://github.com/adafruit/circuitpython)