edit a plain text file, just type one line print "hello, world" Now save that one-line text file as "hello.py". From the command line, in the same directory, type: python hello.py And it should run your script. Python doesnt require line numbers. Happy coding.