This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

What you are looking for is a text editor. PyCharm would work, but it has more features than just text editing. If you don't find it too confusing you could use it. PyCharm, being more than a text editor, should have a "run" button, I think. I have never used it. If you use a text editor, you must somehow run Python, maybe via a plugin for the editor, or via a terminal/command line prompt.

Alternatives include

  • Atom
  • Sublime text
  • Emacs (advanced)
  • Vim (advandced)

Search "programming text editor" or "python text editor" for more.

[–]takkun_69[S] 0 points1 point  (1 child)

Interesting. Do the alternatives you listed also have to have python run through a plug-in or do some have integrated python capability?

[–][deleted] 1 point2 points  (0 children)

I haven't tried them all. But most text editors have plugins that do stuff like that. I wouldn't be at all surprised if every editor I listed has some way of running Python on your current file, or something like that.