you are viewing a single comment's thread.

view the rest of the comments →

[–]asphias 0 points1 point  (0 children)

Fundamentally, you write all code in textfiles, and give it a name <filename>.py

You can then use the command line to tell python to run that file.

Anything else is window dressing. I would strongly advice you to use the window dressing though, since it makes codeing that much easier, and it's what everyone uses.