micropython on esp32 Part2: IDE
For the IDE, uPyCraft, you will need python 3.7, so go to their page and down load: The good thing is that in 3.7, the installer will add python path to PATH wait for the installation to complete Install uPyCraft IDE – Windows PC it could ask for update.. it seems uPyCraft can also burn uPy firmware on to ESP https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/ This is the article I refered to start with uPyCraft https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/ I copy and past the LED code, the great thing is that you don't have to wait form the compiling time, just down load it and run... But there are chances that the communication with the board goes wrong, then you can always press STOP, or reset the board.