Thursday, December 17, 2015

Restart Python Script



Restart Python Script :

python = sys.executable
 os.execl(python, python, * sys.argv)

IDE for Python

IDE for Python : for python Development , Pycharm IDE is easy to write the python script.

Link : https://www.jetbrains.com/pycharm/

Vi Editor

VI EDITOR Move move in the editor: h right j up k  down l left move top shift +g gg down the line of the file :8 go to line 8 search /string...