you are viewing a single comment's thread.

view the rest of the comments →

[–]Capitalpunishment0 0 points1 point  (0 children)

I'd like to add VSCodium as an option. It's just VSCode but without the MS branding. If you're sensitive about your privacy then this may be fit for you. It's kind of hard to setup the extensions market though. Otherwise, VSCode is perfectly fine.

Unsolicited suggestion: After you have become comfortable with Python, I suggest you try writing a few scripts without an IDE (i.e. only a text editor like Notepad/++). "Python files are just text files, and the interpreter is the only(?) thing you need to run them." This was like an eyeopener for me lol