Executing Python code on another computer

Krister Svanlund krister.svanlund at gmail.com
Fri Feb 19 11:14:43 EST 2010


On Fri, Feb 19, 2010 at 4:52 PM, SiWi <wimmersimon at googlemail.com> wrote:
> Hello community,
> I googled for an answer of the following problem, but I couldn't find
> anything.
> I've got a netbook and my fast workstation compter, which I usually
> use for developing.
> But I'd also like to take my netbook around the house and to develop
> Python programms on it.
> The problem is that naturally a netbook is not the fastest computer
> you could find.
>
> So I wondered if it was possible to send the Python code I'm
> developing on the netbook to the workstation pc via wlan, let the
> script execute on the workstation pc and write the output back on the
> netbook.
>
> Is there any possibilty to achieve that goal?
> --
> http://mail.python.org/mailman/listinfo/python-list
>

I recommend setting up a SSH server on your stationary and run
something like emacs. It's how I'm doing it anyway.



More information about the Python-list mailing list