Can anyone suggest the appropriate embedded development suite or evaluation board, which supports programming with Python language,

Hi All,

I’m looking for some embedded system or EVB to learn programming with hardware, e.g., temperature sensors, fan sensors, air quality detectors.
I know Python programming, but don’t know much knowledge of C language.
Can anyone suggest the appropriate embedded development suite or evaluation board, which supports programming with Python language, and supports all the basic peripherals, e.g., ADC/DAC, I2C, SPI, GPIO, USB, etc.

Appreciate your help!
Thanks.

Search online for MicroPython. It’s supported by ESP32 and the Raspberry Pi Pico, amongst others.

Or try looking for CircuitPython (https://circuitpython.org/). It’s a MicroPython fork that claims to be better for learning, by AdaFruit (they make boards that come with it preloaded).

3 Likes