Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions _drafts/2020-05-19-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

[![iMX1020](../assets/20200519/20200519iMX.jpg)](https://twitter.com/timonsku/status/1262417226986131457)

Expand Down Expand Up @@ -243,6 +243,10 @@ 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).

## Made with Mu
Expand Down Expand Up @@ -456,13 +460,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)

Expand Down