top of page

CircuitPython

Untitled (8).png

CircuitPython is a programming language designed to simplify experimenting and learning to code on low-cost microcontroller boards.

With CircuitPython, there are no upfront desktop downloads needed. Once you get your board set up, open any text editor, and start editing code.

Python_logo_and_wordmark.svg.png

based on Python

Python is the fastest-growing programming language. It's taught in schools and universities. It's a high-level programming language which means it's designed to be easier to read, write and maintain. It supports modules and packages which means it's easy to reuse your code for other projects. It has a built-in interpreter which means there are no extra steps, like compiling, to get your code to work. And of course, Python is Open Source Software which means it's free for anyone to use, modify or improve upon. CircuitPython adds hardware support to all of these features.

back to top

bottom of page