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
Post a Comment