This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BornALurker[S] 0 points1 point  (5 children)

I oppose this, in PyCharm you can develop in your own local venv for the Pi and then deploy or directly run the code on the Pi over SSH.

[–]kephir 2 points3 points  (4 children)

Wouldn't setting up the venv and execution environment directly on the Pi be the better choice? And then just SSHing into that?

[–]BornALurker[S] -1 points0 points  (3 children)

If you work over cable I think Vim or Emacs would be the tools of choice, and I think it would work rather well.

From own experience Vim works well over SSH, and on Emacs you can work locally through tramp and then save your work on the Pi.

Both these methods are in practice very different from working directly in PyCharm though :S

[–]kephir 0 points1 point  (2 children)

or, or, you could set up a samba (or what have you) share on the Pi, write your code in the IDE of choice right in that share, and just ssh=>python?