Transitioning from Linux to Windows

Michael Torrie torriem at gmail.com
Sun Jun 4 12:41:52 EDT 2017


On 06/03/2017 07:44 AM, chitturk at uah.edu wrote:
> I stumbled onto "paramiko" - is that a possible answer?  

I'm confused why you would need to ssh anywhere.  Command-line programs
in Python should work perfectly fine in Windows and work about the same
as on Linux, if you wrote them in a portable way.  I don't understand
the need to complicate things with ssh, django, x2go, or any of the
other suggestions here.  I also don't understand why you'd need the
Anaconda distro.  Why won't standard Python from python.org work?

If you want a little GUI frontend, make it in Tkinter.




More information about the Python-list mailing list