
CircuitPython
With CircuitPython, no desktop downloads are required. Just set up your board and start coding via code.circuitpython.org over USB, WiFi, or Bluetooth. Create a file, edit your code, save the …
CircuitPython — Adafruit CircuitPython 8.2.1 documentation
Feb 27, 2024 · CircuitPython is a beginner friendly, open source version of Python for tiny, inexpensive computers called microcontrollers. Microcontrollers are the brains of many …
Adafruit CircuitPython API Reference
4 days ago · CircuitPython features unified Python core APIs and a growing list of 300+ device libraries and drivers that work with it. These libraries also work on single board computers with …
Downloads - CircuitPython
CircuitPython supported boards. Qualia ESP32-S3 for TTL RGB-666 Displays By Adafruit
CircuitPython
Starting with CircuitPython 7, there are a couple of ways of connecting to a CircuitPython board and editing files. We call these “workflows”. The classic workflow is over USB where the …
Libraries - CircuitPython
CircuitPython Libraries. The CircuitPython Library Bundle contains all current libraries available for CircuitPython. They are designed for use with CircuitPython and may or may not work with …
Awesome - CircuitPython
May 28, 2025 · Awesome CircuitPython. A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources. CircuitPython is Adafruit’s branch of …
builtins – builtin functions and exceptions - CircuitPython
6 days ago · Not all of these functions, types, exceptions, and constants are turned on in all CircuitPython ports, for space reasons.
Building CircuitPython — Adafruit CircuitPython 3 documentation
May 28, 2025 · Welcome to CircuitPython! This document is a quick-start guide only. Detailed guides on how to build CircuitPython can be found in the Adafruit Learn system at …
Design Guide — Adafruit CircuitPython 1 documentation
4 days ago · This guide covers a variety of development practices for CircuitPython core and library APIs. These APIs are both built-into CircuitPython and those that are distributed on …