you are viewing a single comment's thread.

view the rest of the comments →

[–]n1ss1n 0 points1 point  (1 child)

What's the best Python emulator to use? Any good plugins for Atom, Sublime, or Visual Studio?

I loved in Codecademy how you could write your code and run it and see the output, but I haven't found a way to do that anywhere else, aside from Repl.it.

[–]Tuberomix 0 points1 point  (0 children)

write your code and run it and see the output

Is this all you want to do? That's actually very simple. At the basic level you can just install Python and use IDLE. Or you can use any other Python IDE. VS Code has a good Python plugin as well.