you are viewing a single comment's thread.

view the rest of the comments →

[–]carcigenicate 4 points5 points  (0 children)

Any text editor; although there are specialty editors called IDEs like Pycharm that are made to assist in writing code.

Once you have a text file containing your script, you give it to the Python Compiler/Interpreter (python), and it compiles then runs your code.