Is it possible to execute python script on Visual studio with Linux environment -


is possible execute python script on visual studio linux environment

for example

the following python code written on visual studio

import os f = os.popen('date') = f.read() print "today ", 

usually after write code on visual studio, send python file linux machine , run python on linux environment

and because cant run python code fit linux on win

please advice if there alternative run python on visual studio or other editors linux environment?


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

php - Mongodb connectivity error -