Skip to content Skip to sidebar Skip to footer

Run Python Input User In Atom

I am new to Atom and coding in general. On my HND I have used Sublime Text 3 so taking a look at Atom. So far, so good. I have decided to start learning Python. I created my first

Solution 1:

Add Terminal-Plus and run the code with the python name_file.py command

Solution 2:

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

Solution 3:

The atom-python-run package gets around the input("") freeze problem by opening a terminal window and running the code in that.

Doing it within Atom has eluded me too, but this works OK.

Post a Comment for "Run Python Input User In Atom"