I usually use my PC to SSH onto my Pi using PuTTy, which is great.
When I want to run a simple python line I always use
Code: Select all
sudo nano newCode.pyCode: Select all
python newCode.pySometimes I have to create the above python file to run a single line, this is time consuming.
Is there a way to enter some form of Python Command Line over this SSH connection???
Thanks