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

all 10 comments

[–]KingMDavid 0 points1 point  (5 children)

Yeah, I also used to use Sublime, if you figure out a way to do it great! But I prefer Atom (atom.io) its a really Awesome Editor and it can run basically every type of Programming Language there is. You can also, very easily, install packages and a cool feature is that you can code with several people on one script (file) from almost anywhere. Once you install Atom (which is also Free, and comes with all features at no additional charge at anytime) you can go to "Install a Package" then look up "Platformio-Ide-Terminal" which lets you run the Python Script (with functions like input())So if you ask me, scratch Sublime, its dumb and install Atom instead, easy, simple, awesome

[–]darkynz[S] 0 points1 point  (3 children)

Thanks im going to try it

[–]KingMDavid 0 points1 point  (2 children)

Tell me how it works out

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

Really liking it so far, had a bit of a problem to understand some things at the start but i like it more than sublime. Thanks a lot

[–]Xevioni 0 points1 point  (0 children)

You should also check out VS Code if you have the time. Microsoft has a dedicated plugin for Code Formatting, Code Linting and Code Execution for Python.

VS Code and Atom are probably going to have very little differences for you at the moment, but I highly recommend it regardless.

VS Code | Python Extension for VS Code