1

Is there any Python Ide available from which we can remotely connect to pi (using ssh) and can write python script or debug from windows. I have already done this using eclipse herebut this connection also has an issue wherein it does not support the intellisense and thus auto complete does not work.

Is there an alternative where we can have autocomplete functionality as well as write and debug Python scripts from Windows to Pi? Please help. Thanks

3
  • Current version of VSCode has a remote function. I have had a look at it, but can't remember if it supports remote debugging. Commented Jun 4, 2020 at 17:49
  • Be interesting to see if the Pi 4 runs VSC well now code.headmelted.com but remote debugging is available and the last walkthrough I used was hanselman.com/blog/… (not done any dev for a few months so it may a bit cleaner now. Commented Jun 4, 2020 at 19:01
  • I am using the evil Windows 10 and Rpi Pi Pico W, while waiting for Rpi 5B. Commented Jun 13, 2023 at 2:07

1 Answer 1

1


You can try using PyCharm. It supports both Windows and Linux.
It has a remote debug feature (not free). You can have a trial license for 30-day.

2
  • PyCharm community edition is free. Commented May 21, 2021 at 14:12
  • For community edition, there is no remote debug feature. Commented May 22, 2021 at 15:07

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.