+ 2
What terminals is python used on
2 Antworten
+ 1
Python compilers, usually come with their own built-in terminals, so you could test snippets of code
0
Idle is what you will need to run Python. It is downloaded with Python. You can also run scripts in the command line, I launch my twitter bots from Linux command line. Also there are IDEs that work great like Cloud9.