Skip to content

Tag: atom-editor

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…

Importing matplotlib.pyplot in atom editor

I am using pyzo to run my python scripts. However I felt the need to switch over to the Atom code editor. I can run my python scripts without any problem. At one point I need to use the library matplotlib. In pyzo I would do: But it doesn’t work in Atom Error message: Traceback (most recent call last): …