Skip to content
Advertisement

Run Python in Atom and take user input

I created a script which just asks a user for their name and age using Python’s input() function.

I installed the package Script. This ran the script well but couldn’t deal with the input.

I have also tried a number of other options but haven’t had any success.

Any ideas how to build and execute scripts from within Atom? I don’t mind if it just simply saved the script and opened Pythons IDLE at a minimum.

Advertisement

Answer

Script Runner can run scripts and supports input, unlike Script. It’s the simplest full terminal package that I know of. To run a script, press Alt+X

For more advanced usage, you might look at Hydrogen.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement