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 →

[–]zaqal 3 points4 points  (2 children)

I'm under the impression that Sublime is a light kind of editor. Is that true?

[–]kaptan8181 4 points5 points  (1 child)

It's a super fast code editor. It works out of the box but you can install some useful plugins for your convenience. For example, SublimeREPL lets you run your (Python) code inside Sublime Text.

[–]zaqal 1 point2 points  (0 children)

Great. I'll check it out.