+ 2

What terminals is python used on

21st Jun 2018, 4:29 PM
brae
2 Respostas
+ 1
Python compilers, usually come with their own built-in terminals, so you could test snippets of code
22nd Jun 2018, 12:11 AM
Dlite
Dlite - avatar
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.
22nd Jun 2018, 4:29 AM
Theunis Oliphant