I would like to know if it is possible for the Python interpreter to be installed on one computer and have an IDE โconnectedโ to that interpreter in another, that is: I want to program some scripts for my Raspberry Pi, but it's too slow if you use X Window is too tedious if you work in command line mode (open nano, edit, save, close, try, debug, etc.).
So the idea is that the IDE on my laptop and the script and linker in my raspberry Pi.
Is it possible?
Thanks in advance!
source share