Looking for a python porting on Arduino

Hi guys,

I am looking for a Pythin porting on Arduino. Not the regular "controlling your Arduino board from your PC using Pythin", but rather a true Python code running on the Arduino controller - similar to what exists with Java.

Is there one? A recommended one?

Thanks,
Eyal

MicroPython and CircuitPython come to mind, but you will need the right processor such as an ESP32 to run them as well as plenty of memory

There is a Micropython port for the ESP32, and a new one coming up for the ESP32-S2, but neither of those processors are Arduinos.

Also available for STM32F4

Adafruit's "CircuitPython" will run on processors as small as a SAMD21.
But I don't think you'll find anything for AVRs.

westfw:
But I don't think you'll find anything for AVRs.

The memory space is too small.

ger_reyal:
but rather a true Python code running on the Arduino controller - similar to what exists with Java.

I am not aware that any of them can use Java

...R