wget https://micropython.org/resources/firmware/esp32-20220618-v1.19.1.bin esptool.py --baud 921600 --port /dev/ttyUSB0 erase_flash esptool.py --chip esp32 --baud ...
Python on a $4 microcontroller sounds promising - but how good is it? Make a list of features to test, attempt some quick demos starting from the offical examples, measure performance, investigate ...