Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 Awesome CircuitPython
 Awesome CircuitPython
 
@@ -13,9 +13,9 @@
CircuitPython (https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython) is Adafruit's branch of MicroPython designed to simplify experimentation and education on low-cost microcontrollers. It 
makes it easier than ever to start prototyping by requiring no upfront desktop software downloads. With CircuitPython you can write clean and simple Python code to control hardware instead of having to use 
complex low-level languages like C or C++ (what Arduino uses for programming). It's great for beginners!
CircuitPython (https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython) is Adafruit's branch of MicroPython designed to simplify experimentation and education on low-cost microcontrollers. It makes it easier than ever 
to start prototyping by requiring no upfront desktop software downloads. With CircuitPython you can write clean and simple Python code to control hardware instead of having to use complex low-level languages like C or C++ (what Arduino 
uses for programming). It's great for beginners!
Contents
@@ -38,9 +38,8 @@
CircuitPython.org
CircuitPython.org (https://circuitpython.org/) is the first stop on the information snake highway. Here you can see all the supported boards and download (https://circuitpython.org/downloads) the specific 
firmware for each one, including beta, latest, and previous versions. Downloads can be sorted by: maker, features, name, and more. At this time there are approaching 500 boards supported in the CircuitPython 
family!
CircuitPython.org (https://circuitpython.org/) is the first stop on the information snake highway. Here you can see all the supported boards and download (https://circuitpython.org/downloads) the specific firmware for each one, 
including beta, latest, and previous versions. Downloads can be sorted by: maker, features, name, and more. At this time there are approaching 500 boards supported in the CircuitPython family!
Guides
@@ -60,12 +59,12 @@
Books
- Getting started with Circuit Playground Express by Anne Barela (https://www.amazon.com/Getting-Started-Adafruit-Circuit-Playground-dp-1680454889/dp/1680454889/ref=mt_paperback) (or purchase as part of your 
order from the Adafruit store (https://www.adafruit.com/product/3944)) - Introduction and discussion of the Circuit Playground Express including programming via CircuitPython, MakeCode and Arduino.
- CircuitPython Development Workshop by Agus Kurniawan (https://www.amazon.com/CircuitPython-Development-Workshop-Agus-Kurniawan-ebook/dp/B07H2BDQLD/) - This book helps you to get started with CircuitPython 
development. This book uses the Adafruit ItsyBitsy M0 Express board for development.
- CircuitPython for beginners with Adafruit Circuit Playground Express & Mu (https://twitter.com/AoyamaProd/status/1157775643750232064) - Japanese by author Aoyama_PROD (https://twitter.com/AoyamaProd) coming in
September, 2019 from TechBookFest (https://techbookfest.org/).
- Getting started with Circuit Playground Express by Anne Barela (https://www.amazon.com/Getting-Started-Adafruit-Circuit-Playground-dp-1680454889/dp/1680454889/ref=mt_paperback) (or purchase as part of your order from the Adafruit 
store (https://www.adafruit.com/product/3944)) - Introduction and discussion of the Circuit Playground Express including programming via CircuitPython, MakeCode and Arduino.
- CircuitPython Development Workshop by Agus Kurniawan (https://www.amazon.com/CircuitPython-Development-Workshop-Agus-Kurniawan-ebook/dp/B07H2BDQLD/) - This book helps you to get started with CircuitPython development. This book uses 
the Adafruit ItsyBitsy M0 Express board for development.
- CircuitPython for beginners with Adafruit Circuit Playground Express & Mu (https://twitter.com/AoyamaProd/status/1157775643750232064) - Japanese by author Aoyama_PROD (https://twitter.com/AoyamaProd) coming in September, 2019 from 
TechBookFest (https://techbookfest.org/).
- Programming with MicroPython - by Nicholas H. Tollervey, includes CircuitPython (https://www.adafruit.com/product/3706) - Discusses the MicroPython language.
- Wearable Tech Projects by Sophy Wong (https://store.rpipress.cc/collections/books/products/wearable-tech-projects-2019) - Contains many wearable projects using CircuitPython.
- CircuitPython for beginners with Adafruit Circuit Playground Express & Mu (https://twitter.com/AoyamaProd) - Japanese.
@@ -79,15 +78,12 @@
- CircuitPython Board Software Versions: Select per board at CircuitPython.org (https://circuitpython.org/downloads). The source for each is also on GitHub (https://github.com/adafruit/circuitpython/releases).
- CircuitPython API Reference (https://circuitpython.readthedocs.io/en/latest/README.html) - A list of functions and documentation available for CircuitPython.
- CircuitPython Essentials (https://learn.adafruit.com/circuitpython-essentials) - Learning the essential functions of CircuitPython.
- Circuit Playground Express CircuitPython API Reference (https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/) - The functions and documentation specific to the Circuit Playground Express 
using CircuitPython.
- Circuit Playground Express CircuitPython API Reference (https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/) - The functions and documentation specific to the Circuit Playground Express using CircuitPython.
- CircuitPython GitHub Repository (https://github.com/adafruit/circuitpython) - The source code for CircuitPython on GitHub.
- Adafruit CircuitPython Libraries (https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md) - Current Adafruit CircuitPython Libraries. There are over 150+ libraries 
available. More on Libraries on CircuitPython.org (https://circuitpython.org/libraries).
- CircuitPython Community Libraries (https://github.com/adafruit/CircuitPython_Community_Bundle/blob/main/circuitpython_community_library_list.md) - CircuitPython Community Libraries. There are over 45+ 
libraries available.
- Adafruit Blinka - SBC Compatibility (https://learn.adafruit.com/circuitpython-on-raspberrypi-linux?view=all) - CircuitPython Libraries on Raspberry Pi and other compatible single-board computers (SBC) running 
Linux.
- Adafruit CircuitPython Libraries (https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md) - Current Adafruit CircuitPython Libraries. There are over 150+ libraries available. More on 
Libraries on CircuitPython.org (https://circuitpython.org/libraries).
- CircuitPython Community Libraries (https://github.com/adafruit/CircuitPython_Community_Bundle/blob/main/circuitpython_community_library_list.md) - CircuitPython Community Libraries. There are over 45+ libraries available.
- Adafruit Blinka - SBC Compatibility (https://learn.adafruit.com/circuitpython-on-raspberrypi-linux?view=all) - CircuitPython Libraries on Raspberry Pi and other compatible single-board computers (SBC) running Linux.
- Awesome List for the RP2040 Macropad (https://github.com/prcutler/awesome-macropad) - A list of awesome Macropad applications, macros, 3D printed plans, and more.
- Tod Kurt's CircuitPython Tips and Tricks (https://github.com/todbot/circuitpython-tricks) - A collection of tips and tricks for CircuitPython. Also available as an Adafruit Learn Guide 
(https://learn.adafruit.com/todbot-circuitpython-tricks?view=all).
@@ -97,23 +93,20 @@
- Glider: An app for editing Python on mobile devices wirelessly (https://github.com/adafruit/glider) - Also a video (https://youtu.be/NYpcjDBA6xw), in development.
- The Mu Editor, IDE, REPL, and plotter for CircuitPython (https://codewith.mu/) - The recommended Python editor for CircuitPython.
- For developers, Mu: A Python Code Editor (https://mu.readthedocs.io/en/latest/) - The documentation for Mu.
- Using Microsoft VSCode for CircuitPython (https://blog.adafruit.com/2019/01/02/using-visual-studio-code-to-program-circuitpython-with-an-adafruit-neotrellis-m4-adafruit-neotrellis-circuitpython/) - Blog post 
discussing the process.
- Using Microsoft VSCode for CircuitPython (https://blog.adafruit.com/2019/01/02/using-visual-studio-code-to-program-circuitpython-with-an-adafruit-neotrellis-m4-adafruit-neotrellis-circuitpython/) - Blog post discussing the process.
- A helper for CircuitPython development with Atom (https://github.com/s-light/CircuitPython_Atom_helper) - A helper for the Atom editor (https://atom.io/).
- Thonny, a Python IDE for beginners (https://thonny.org/) - An editor with support for CircuitPython and MicroPython.
- Microsoft Device Simulator Express (https://marketplace.visualstudio.com/items?itemName=ms-python.devicesimulatorexpress) - Virtual Circuit Playground Express and CircuitPython programming in Visual Studio 
Code.
- Microsoft Device Simulator Express (https://marketplace.visualstudio.com/items?itemName=ms-python.devicesimulatorexpress) - Virtual Circuit Playground Express and CircuitPython programming in Visual Studio Code.
- Slappy.io, a browser-based IDE and REPL for CircuitPython (https://slappy.io/) - An in-browser editor designed especially for Chromebooks. Works on almost any computer that can run a Chromium-based browser.
- CircuitPython extension for VS Code (https://marketplace.visualstudio.com/items?itemName=joedevivo.vscode-circuitpython) - A full featured extension for VS Code that downloads the latest CircuitPython bundle 
automatically, includes access to the serial console, and auto complete.
- CircuitPython extension for VS Code (https://marketplace.visualstudio.com/items?itemName=joedevivo.vscode-circuitpython) - A full featured extension for VS Code that downloads the latest CircuitPython bundle automatically, includes 
access to the serial console, and auto complete.
- PewPew workshops (https://pewpew.rtfd.io) - Materials, examples, libraries and hardware for running Python game programming and electronics workshops with a minimum of problems.
- The CircuitPython Online IDE Version 1 (https://urfdvw.github.io/CircuitPython-online-IDE/) and Version 2 (https://urfdvw.github.io/CircuitPython-online-IDE2/) - A browser based IDE for CircuitPython by River 
Wang
- The CircuitPython Online IDE Version 1 (https://urfdvw.github.io/CircuitPython-online-IDE/) and Version 2 (https://urfdvw.github.io/CircuitPython-online-IDE2/) - A browser based IDE for CircuitPython by River Wang
Hardware
All supported boards may be viewed at circuitpython.org (https://circuitpython.org/downloads) to include descriptions, pictures, and compatible CircuitPython builds. For Single-Board Computers, the list of 
boards is under the Blinka category (https://circuitpython.org/blinka).
All supported boards may be viewed at circuitpython.org (https://circuitpython.org/downloads) to include descriptions, pictures, and compatible CircuitPython builds. For Single-Board Computers, the list of boards is under the Blinka 
category (https://circuitpython.org/blinka).
Looking to add a new board to CircuitPython? It's highly encouraged! Adafruit has four tutorials to help you do so:
@@ -132,8 +125,8 @@
- Contribute to newsletter (https://github.com/adafruit/circuitpython-weekly-newsletter) - Guidelines on contributing to the newsletter.
- Archives of all newsletters (https://www.adafruitdaily.com/category/circuitpython/) - List of every newsletter published from the start, November 2016.
- Python on Hardware weekly Videocast (http://adafru.it/pohepisodes) - Ladyada and PT review the highlights of the newsletter every week in this video series. The broadcast is also on iTunes 
(https://podcasts.apple.com/us/podcast/python-on-hardware/id1451685192?mt=2), YouTube (https://www.youtube.com/playlist?list=PLjF7R1fz_OOXRMjM7Sm0J2Xt6H81TdDev), IGTV (Instagram TV 
(https://www.instagram.com/adafruit/channel/)), and XML (https://itunes.apple.com/us/podcast/python-on-hardware/id1451685192?mt=2).
(https://podcasts.apple.com/us/podcast/python-on-hardware/id1451685192?mt=2), YouTube (https://www.youtube.com/playlist?list=PLjF7R1fz_OOXRMjM7Sm0J2Xt6H81TdDev), IGTV (Instagram TV (https://www.instagram.com/adafruit/channel/)), and XML
(https://itunes.apple.com/us/podcast/python-on-hardware/id1451685192?mt=2).
News
@@ -142,51 +135,48 @@
- Scott Shawcroft Works On Bare-Metal Raspberry Pi CircuitPython as Adafruit Plans an E Ink Computer 
(https://www.hackster.io/news/scott-shawcroft-works-on-bare-metal-raspberry-pi-circuitpython-as-adafruit-plans-an-e-ink-computer-a6a037558ba5) - Hackster.io, December 2021.
- The Real Python Podcast Episode 75: Building With CircuitPython & Constraints of Python for Microcontrollers (https://realpython.com/podcasts/rpp/75/) - Scott Shawcroft, August 27, 2021.
- embedded.fm Podcast Episode 372: The Motivation of Creativity (https://traffic.libsyn.com/secure/makingembeddedsystems/embedded-ep372.mp3?download=true) - interview with Anne Barela, CircuitPython team member 
and Python on Microcontrollers Editor, May 6, 2021.
- embedded.fm Podcast Episode 372: The Motivation of Creativity (https://traffic.libsyn.com/secure/makingembeddedsystems/embedded-ep372.mp3?download=true) - interview with Anne Barela, CircuitPython team member and Python on 
Microcontrollers Editor, May 6, 2021.
- DroneBot Workshop: Raspberry Pi Pico with CircuitPython (https://dronebotworkshop.com/pi-pico-circuitpython/) - March 5, 2021.
- Changing Lives through Open Source, Passion and Mentoring (https://youtu.be/-bBHXimlfPQ) - the keynote talk at PyOhio (https://www.pyohio.org/2019/presentations/126/), July 27, 2019 by Kattni Rembor.
- Control servos with CircuitPython and Raspberry Pi 
(https://blog.adafruit.com/2019/07/27/issue-84-the-magpi-magazinethe-magpi-magazine-control-servos-with-circuitpython-and-raspberry-pi-by-makermelissa-themagpi-raspberry_pi-circuitpython-blinka/) - The MagPi 
Magazine, Issue 84, Melissa LeBlanc-Williams, July, 2019.
(https://blog.adafruit.com/2019/07/27/issue-84-the-magpi-magazinethe-magpi-magazine-control-servos-with-circuitpython-and-raspberry-pi-by-makermelissa-themagpi-raspberry_pi-circuitpython-blinka/) - The MagPi Magazine, Issue 84, Melissa 
LeBlanc-Williams, July, 2019.
- PyDev of the Week: Scott Shawcroft (https://www.blog.pythonlibrary.org/2019/07/01/pydev-of-the-week-scott-shawcroft/) - July 1, 2019.
- Scott Shawcroft: History of CircuitPython (https://pyfound.blogspot.com/2019/05/scott-shawcroft-history-of-circuitpython.html) - A discussion of CircuitPython for the core developers of Python, PyCon 2019.
- Five Things You Didn't Know Python Could Do (https://www.youtube.com/watch?v=HNrMjH9Yuv4) - YouTube video, June 19, 2019.
- PyCon2019 Keynote - Light Up Your Life - With Python and LEDs (https://www.youtube.com/watch?v=35mXD40SvXM) - By Nina Zakharenko. Python opens a whole new world of working with wearable electronics. The slides
are also available (https://speakerdeck.com/nnja/preso-c22944f3-ce78-4ced-8a34-f866656bf6c8).
- Learn Hardware Programming with CircuitPython (https://www.codecademy.com/learn/learn-circuitpython?utm_source=adafruit&utm_medium=partners&utm_campaign=circuitplayground&utm_content=blog_home) - A course 
offered by Codecademy in collaboration with Adafruit.
- Use CircuitPython boards on the TI-83 Premium CE calculator 
(https://blog.adafruit.com/2019/03/31/use-circuitpython-boards-on-the-ti-83-premium-ce-calculator-tiplanetnews-ticalculators-circuitpython-circuitpython/) - CircuitPython runs on Texas Instrument calculators.
- Make: Vol. 68 Boards guide (https://blog.adafruit.com/2019/03/23/make-vol-68-april-may-2019-is-here-guide-to-boards-tech-trend-1-the-push-for-python-make-adafruit-circuitpython/) - Make: Magazine names Python 
the #1 Tech Trend for boards in 2019!
- Scott Shawcroft Is Squeezing Python Into Microcontrollers (https://spectrum.ieee.org/scott-shawcroft-is-squeezing-python-into-microcontrollers) - IEEE Spectrum Magazine article on the Python programming 
language for makers.
- Circuit Playground Express 4-H edition approved (https://blog.adafruit.com/2019/03/18/adafruit-circuit-playground-express-4-h-edition-approved-adafruit-4h-4h-4hgrowshere/) - The 4-H branded version was 
approved by the USDA, this is the first CircuitPython powered board that is also 4-H approved!
- CircuitPython in Space (https://blog.adafruit.com/2019/03/17/circuitpython-in-space-pythonaut-circuitpython-adafruit-maholli404-zacinaction-smallsat-kicksat/) - _CircuitPython provides an approachable and 
logical means of conducting science with hardware. Paired with low-cost hardware shown to work in space, we can enable an new generation to question and explore the unknown. With the necessary “satellite stuff” 
already baked in, students can spend their time trying something new rather than reinventing the wheel_.
- Adafruit PyPortal: GUI meets CircuitPython in a Big Way (https://anchor.fm/disruptityourself/episodes/Adafruit-PyPortal-GUI-meets-CircuitPython-in-a-Big-Way-e3g745) - Disrupt It Yourself podcast on 
CircuitPython and the IoT device, PyPortal.
- PyCon2019 Keynote - Light Up Your Life - With Python and LEDs (https://www.youtube.com/watch?v=35mXD40SvXM) - By Nina Zakharenko. Python opens a whole new world of working with wearable electronics. The slides are also available 
(https://speakerdeck.com/nnja/preso-c22944f3-ce78-4ced-8a34-f866656bf6c8).
- Learn Hardware Programming with CircuitPython (https://www.codecademy.com/learn/learn-circuitpython?utm_source=adafruit&utm_medium=partners&utm_campaign=circuitplayground&utm_content=blog_home) - A course offered by Codecademy in 
collaboration with Adafruit.
- Use CircuitPython boards on the TI-83 Premium CE calculator (https://blog.adafruit.com/2019/03/31/use-circuitpython-boards-on-the-ti-83-premium-ce-calculator-tiplanetnews-ticalculators-circuitpython-circuitpython/) - CircuitPython 
runs on Texas Instrument calculators.
- Make: Vol. 68 Boards guide (https://blog.adafruit.com/2019/03/23/make-vol-68-april-may-2019-is-here-guide-to-boards-tech-trend-1-the-push-for-python-make-adafruit-circuitpython/) - Make: Magazine names Python the #1 Tech Trend for 
boards in 2019!
- Scott Shawcroft Is Squeezing Python Into Microcontrollers (https://spectrum.ieee.org/scott-shawcroft-is-squeezing-python-into-microcontrollers) - IEEE Spectrum Magazine article on the Python programming language for makers.
- Circuit Playground Express 4-H edition approved (https://blog.adafruit.com/2019/03/18/adafruit-circuit-playground-express-4-h-edition-approved-adafruit-4h-4h-4hgrowshere/) - The 4-H branded version was approved by the USDA, this is 
the first CircuitPython powered board that is also 4-H approved!
- CircuitPython in Space (https://blog.adafruit.com/2019/03/17/circuitpython-in-space-pythonaut-circuitpython-adafruit-maholli404-zacinaction-smallsat-kicksat/) - _CircuitPython provides an approachable and logical means of conducting 
science with hardware. Paired with low-cost hardware shown to work in space, we can enable an new generation to question and explore the unknown. With the necessary “satellite stuff” already baked in, students can spend their time 
trying something new rather than reinventing the wheel_.
- Adafruit PyPortal: GUI meets CircuitPython in a Big Way (https://anchor.fm/disruptityourself/episodes/Adafruit-PyPortal-GUI-meets-CircuitPython-in-a-Big-Way-e3g745) - Disrupt It Yourself podcast on CircuitPython and the IoT device, 
PyPortal.
- Cool Tools (https://youtu.be/Kz4C7sCLWb0) - Sophy Wong Talks Circuit Playground Express including CircuitPython.
- CircuitPython for Rapid Microcontroller-Based Prototyping and Development 
(https://www.digikey.com/en/articles/techzone/2019/mar/the-basics-of-circuitpython-for-rapid-microcontroller-based-prototyping-and-development) - Digi-Key on the open source community's efforts adapting specific
microcontrollers and dev boards to support serious microcontroller development using CircuitPython.
- CircuitPython for Rapid Microcontroller-Based Prototyping and Development (https://www.digikey.com/en/articles/techzone/2019/mar/the-basics-of-circuitpython-for-rapid-microcontroller-based-prototyping-and-development) - Digi-Key on 
the open source community's efforts adapting specific microcontrollers and dev boards to support serious microcontroller development using CircuitPython.
- HackSpace Magazine - Issue 17 (https://hackspace.raspberrypi.com/articles/adafruit-grand-central-m4-express-review) - CircuitPython powered Adafruit Grand Central M4 Express review.
- Python on Hardware Means Choices for Makers (https://www.apress.com/us/blog/all-blog-posts/python-on-hardware-means-choices-for-makers/16332230) - By Liz Clark - Apress. CircuitPython (a fork of MicroPython 
that is designed from the ground up to be beginner friendly.) This allows end users to use Python for their electronics hardware projects similar to how they may have used C/C++ with the Arduino IDE.
- Python on Hardware Means Choices for Makers (https://www.apress.com/us/blog/all-blog-posts/python-on-hardware-means-choices-for-makers/16332230) - By Liz Clark - Apress. CircuitPython (a fork of MicroPython that is designed from the 
ground up to be beginner friendly.) This allows end users to use Python for their electronics hardware projects similar to how they may have used C/C++ with the Arduino IDE.
- Method's Magazine (https://www.mouser.com/news/methods/2019-1/mobile/index.html#p=35) - Methods eZine: Design Trends & the Transformation of Everything features Python on hardware, page 35 - PDF 
(https://www.mouser.com/pdfdocs/Mouser-Methods-v3i1.pdf).
- HackSpace Magazine - Issue 15 (https://blog.adafruit.com/2019/01/24/issue-15-hackspace-magazine-circuitpython-hackspacemag-by-ben-everard-ben_everard-circuitpython-circuitpython-madewithmu/) - CircuitPython 
makes the cover on HackSpace Magazine with feature article, and projects.
- HackSpace Magazine - Issue 15 (https://blog.adafruit.com/2019/01/24/issue-15-hackspace-magazine-circuitpython-hackspacemag-by-ben-everard-ben_everard-circuitpython-circuitpython-madewithmu/) - CircuitPython makes the cover on 
HackSpace Magazine with feature article, and projects.
- Community call for what is wanted and needed in CircuitPython by year: 2018 (https://blog.adafruit.com/2018/01/29/circuitpython-in-2018/), 2019 
(https://blog.adafruit.com/2018/12/17/what-do-you-want-from-circuitpython-in-2019-circuitpython2019-circuitpython/), 2021 
(https://blog.adafruit.com/2021/01/01/where-should-circuitpython-go-in-2021-circuitpython2021-circuitpython/), 2022 
(https://blog.adafruit.com/2022/02/01/the-circuitpython-community-a-round-up-and-a-look-forward-to-202/)
(https://blog.adafruit.com/2018/12/17/what-do-you-want-from-circuitpython-in-2019-circuitpython2019-circuitpython/), 2021 (https://blog.adafruit.com/2021/01/01/where-should-circuitpython-go-in-2021-circuitpython2021-circuitpython/), 
2022 (https://blog.adafruit.com/2022/02/01/the-circuitpython-community-a-round-up-and-a-look-forward-to-202/)
- CircuitPython in MicroSolutions Digital Magazine (https://blog.adafruit.com/2018/08/27/circuitpython-in-microsolutions-digital-magazine-microchiptech-microchipmakes-circuitpython-adafruit/) - Microchips 
MicroSolutions, “Python on Microcontrollers” in Design Corner article. MicroSolutions is Microchips bi-monthly digital magazine.
- CircuitPython in MicroSolutions Digital Magazine (https://blog.adafruit.com/2018/08/27/circuitpython-in-microsolutions-digital-magazine-microchiptech-microchipmakes-circuitpython-adafruit/) - Microchips MicroSolutions, “Python on 
Microcontrollers” in Design Corner article. MicroSolutions is Microchips bi-monthly digital magazine.
- CircuitPython Snakes its Way onto Adafruit Hardware (https://makezine.com/2017/08/11/circuitpython-snakes-way-adafruit-hardware/) - An article by MAKE on CircuitPython.
- Adafruit Circuit Playground Express review (https://hackspace.raspberrypi.com/articles/adafruit-circuit-playground-express-review) - Raspberry Pi reviews the Circuit Playground Express.
- The Amp Hour #383 (https://www.youtube.com/watch?v=d-Uw3YOf7dE) - An Interview with Scott Shawcroft.
@@ -205,8 +195,8 @@
- #CircuitPython tagged on Mastodon (https://mastodon.social/tags/circuitpython)
- CircuitPython videos on YouTube, latest (https://www.youtube.com/results?sp=CAI%253D&search_query=circuitpython) - YouTube posts tagged CircuitPython.
- #CircuitPython tagged photos & videos on Instagram (https://www.instagram.com/explore/tags/circuitpython/) - Posts on Instagram tagged CircuitPython.
- CircuitPython - micropython.org forums (https://forum.micropython.org/search.php?keywords=adafruit&terms=all&author=&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search) - Articles on the MicroPython 
forums tagged for CircuitPython.
- CircuitPython - micropython.org forums (https://forum.micropython.org/search.php?keywords=adafruit&terms=all&author=&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search) - Articles on the MicroPython forums tagged for 
CircuitPython.
- CircuitPython tagged on Reddit (https://www.reddit.com/domain/adafruit.com/search?q=circuit+python&sort=new&t=week) - Reddit posts relating to CircuitPython.
- CircuitPython community on Reddit (https://www.reddit.com/r/circuitpython/) - Dedicated home of CircuitPython on reddit r/circuitpython/ (https://www.reddit.com/r/circuitpython/).
- CircuitPython on Hackaday.io (https://hackaday.io/list/163331-circuitpython) - Curated list of projects on hackaday.io.
@@ -215,9 +205,9 @@
Podcasts
- Weekly community chat on Adafruit Discord server CircuitPython channel - Audio / Podcast edition (https://podcasts.apple.com/us/podcast/circuitpython-weekly-meeting/id1451685016) - Audio from the Discord chat 
space for CircuitPython, meetings are usually Mondays at 2pm ET, this is the audio version on iTunes (https://podcasts.apple.com/us/podcast/circuitpython-weekly-meeting/id1451685016), Pocket Casts, Spotify 
(https://adafru.it/spotify), and XML feed (https://adafruit-podcasts.s3.amazonaws.com/circuitpython_weekly_meeting/audio-podcast.xml).
- Weekly community chat on Adafruit Discord server CircuitPython channel - Audio / Podcast edition (https://podcasts.apple.com/us/podcast/circuitpython-weekly-meeting/id1451685016) - Audio from the Discord chat space for CircuitPython, 
meetings are usually Mondays at 2pm ET, this is the audio version on iTunes (https://podcasts.apple.com/us/podcast/circuitpython-weekly-meeting/id1451685016), Pocket Casts, Spotify (https://adafru.it/spotify), and XML feed 
(https://adafruit-podcasts.s3.amazonaws.com/circuitpython_weekly_meeting/audio-podcast.xml).
- The CircuitPython Show (https://www.circuitpythonshow.com/@circuitpythonshow) - an interview podcast with people in the CircuitPython community hosted by Paul Cutler.
- The Best Python Podcasts (https://blog.adafruit.com/2019/03/22/the-best-python-podcasts-python-talkpython-mkennedy-pythonbites-brianokken/) - The Best Python Podcasts.
@@ -225,8 +215,7 @@
- Weekly community chat on Adafruit Discord server CircuitPython channel (https://discord.gg/EAeBY6x) - The Discord chat space for CircuitPython, meetings are usually Mondays at 2pm ET.
- Weekly Adafruit Show-and-tell, Wednesday 7:30pm ET on YouTube LIVE (https://www.youtube.com/adafruit/live) - The weekly Adafruit Show-and-tell program often has CircuitPython-related projects on display.
- ASK AN ENGINEER, Wednesday 8pm ET on YouTube LIVE (https://www.youtube.com/adafruit/live) - The longest running YouTube live show about electronics, information on CircuitPython each week during "Python on 
hardware segment".
- ASK AN ENGINEER, Wednesday 8pm ET on YouTube LIVE (https://www.youtube.com/adafruit/live) - The longest running YouTube live show about electronics, information on CircuitPython each week during "Python on hardware segment".
- PyCon 2023 (https://us.pycon.org/2023/) - Salt Lake City, Utah USA April 19 - April 27, 2023.
- John Park's CircuitPython Parsec, Thursdays 4pm ET on YouTube LIVE (https://www.youtube.com/adafruit/live) - John Park shares CircuitPython tips and tricks.
@@ -260,11 +249,10 @@
- Lighting Macro Photographs with CircuitPython (https://youtu.be/JAgCZ70Q3sg) - Lighting Macro Photographs with CircuitPython by Stacy Morse at PyCon Australia.
- Max Holiday - CircuitPython in space, SmallSats and more! (https://youtu.be/Mb9c4e7ID9E) - Max Holiday.
- MicroPython & the Internet of Things (https://youtu.be/EvGhPmPPzko) - MicroPython & the Internet of Things by Damien George at GOTO 2016.
- PyCon2019 Keynote: Python on Hardware  Nina Zakharenko 
(https://blog.adafruit.com/2019/05/06/pycon2019-keynote-python-on-hardware-nina-zakharenko-pythonhardware-pycon2019-circuitpython-python-circuitplaygroundexpress-nnja/) - Nina Zakharenko.
- PyCon India - 2019 Interactive Hardware Poster Presentation powered by CircuitPython by Ayan Pahwa and Aakanksha Agrawal (https://youtu.be/mmLI0HKfPQI) - Ayan Pahwa and Aakanksha Agrawal.
- VIDEO: PyCascades  Light Up Your Life  With Python and LEDs (https://blog.adafruit.com/2019/02/25/video-pycascades-light-up-your-life-with-python-and-leds-nnja-pycascades2019-pycascades-pycascades/) - Nina 
- PyCon2019 Keynote: Python on Hardware  Nina Zakharenko (https://blog.adafruit.com/2019/05/06/pycon2019-keynote-python-on-hardware-nina-zakharenko-pythonhardware-pycon2019-circuitpython-python-circuitplaygroundexpress-nnja/) - Nina 
Zakharenko.
- PyCon India - 2019 Interactive Hardware Poster Presentation powered by CircuitPython by Ayan Pahwa and Aakanksha Agrawal (https://youtu.be/mmLI0HKfPQI) - Ayan Pahwa and Aakanksha Agrawal.
- VIDEO: PyCascades Light Up Your Life With Python and LEDs (https://blog.adafruit.com/2019/02/25/video-pycascades-light-up-your-life-with-python-and-leds-nnja-pycascades2019-pycascades-pycascades/) - Nina Zakharenko.
- Writing fast and efficient MicroPython (https://youtu.be/hHec4qL00x0) - Writing fast and efficient MicroPython by Damien George at PyCon Australia.
- More Fun with Hardware and CircuitPython -- IoT, Wearables, and More! (https://www.nnja.io/post/2021/pycon2021-more-fun-circuitpython/) - Nina Zakharenko at PyCon 2021.
- EuroPython 2022 talk video: Radomir Dopieralski - Game Development with CircuitPython (https://www.youtube.com/watch?v=2i6qhfq5u78) - Radomir Dopieralski