IDE for micropython development

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
katte82
Posts: 5
Joined: Tue Jun 08, 2021 2:21 pm

IDE for micropython development

Post by katte82 » Tue Jun 08, 2021 2:58 pm

HI all. I'm a firmware developer with a big experience in C / C++ programming of microprocessor like stm32, nrf and esp.
In general I use software like the Keil IDE for debug my code directly on the device.
There is a standard way or something like a standard ide for contribute in the develop and the debug of the micropython main code?
Thanks in advance.

amirg
Posts: 3
Joined: Wed Jun 02, 2021 5:02 pm

Re: IDE for micropython development

Post by amirg » Tue Jun 08, 2021 5:10 pm

Hi,
As you are c developer so you can use vscode with micropython extension, but personally prefer to use Thonny IDE it is so handy in uploading and downloading python codes.

katte82
Posts: 5
Joined: Tue Jun 08, 2021 2:21 pm

Re: IDE for micropython development

Post by katte82 » Tue Jun 08, 2021 7:30 pm

Thanks for the advice.
To write python code I already use pyCharm, ide which I love.
I am looking for a C / C ++ ide, or a standard way for write / debug the code of micropython and perform ports of microprocessors not yet present in the main branch.

Post Reply