python

Python installation

1 install python 2.7.x 2 install pycrypto 3 install paramiko: uncompress the „paramiko-1.7.7.1.rar“ to local, login to local directory in CMD command window, and then execute: python setup.py install Recommended programming tool is WingIDE for development. Script sample import paramiko…