About 12,600 results
Open links in new tab
  1. CircuitPython

    Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython. Our CPython Blinka library provides CircuitPython's low-level hardware APIs, such as `digitalio`.

  2. CircuitPython — Adafruit CircuitPython 1 documentation

    Dec 9, 2025 · CircuitPython is a beginner friendly, open source version of Python for tiny, inexpensive computers called microcontrollers. Microcontrollers are the brains of many …

  3. Downloads - CircuitPython

    CircuitPython supported boards.

  4. Awesome - CircuitPython

    Jul 21, 2025 · Getting Started with Circuit Playground Express by Anne Barela - Introduction and discussion of the Circuit Playground Express including programming via CircuitPython, …

  5. Adafruit CircuitPython API Reference — Adafruit CircuitPython 1 ...

    Oct 17, 2025 · CircuitPython is a beginner friendly, open source version of Python for tiny, inexpensive computers called microcontrollers. Microcontrollers are the brains of many …

  6. Circuit Playground Express Download

    The Circuit Playground Express is Adafruit’s flagship educational board designed for CircuitPython. It brings the “batteries included” approach of Python to hardware by including …

  7. Libraries - CircuitPython

    The libraries in each release are supplied as .mpy files, which are compiled versions of Python source code. Make sure to download the bundle that matches the major version of your …

  8. CircuitPython Code Editor

    See the online documentation for platform specific notes on how to use Bluetooth. Note that CircuitPython boards with nrf chips need CircuitPython 7.0.0 or newer. The first time a device …

  9. Architecture — Adafruit CircuitPython 1 documentation

    Dec 9, 2025 · Architecture There are three core pieces to CircuitPython: The first is the Python VM that the awesome MicroPython devs have created. These VMs are written to be portable …

  10. Building CircuitPython — Adafruit CircuitPython 1 documentation

    Dec 9, 2025 · Required Python Packages Failing to install these will prevent from properly building.