I decided to test PyCharm with Raspberry Pi Pico. I created a simple test program with MicroPython. Everything seems to work when all the code is in the main file called 'main.py'. After that, I decided to create another module called 'my_sensor.py'. However, i...
Seconded for an IDE. I generally use Vim with pymode for my initial editing and creation, then switch to PyCharm with VIM key bindings for debugging and clean up. I am and always will be a command line guy but there’s just no substitute for the convenience of being able to set break...