
There are two options for coding BrainPad Pulse using Python, from MakeCode and through MicroPython.
MakeCode

Python is one of the supported options on MakeCode. It supports switching between blocks, JavaScript and even Python. This in-browser no-installation-necessary is easy and simple.
See MakeCode page to get started.
MicroPython

MicroPython is another Python options on the BrainPad. MicroPython self-contains everything; the compiler, the interpreter and even the storage. It can be used with command-line or using Thonny IDE.
Thonny IDE
With BrainPad Pulse configured for MicroPython, coding can be done though Thonny IDE.

This IDE can be used for writing Python programs for PCs and also for BrainPad Pulse, creating a common place for learners to crossing from programming devices to PCs, and vise versa.
Get Coding!
Visit the lessons page and start coding.