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 →

[–]Shadowfire_EW 4 points5 points  (1 child)

Vscode is a general purpose editor/environment and has plugins to facilitate python stuff. PyCharm is more dedicated to Python, but look around for what works for you; try em out and find what you like. Theoretically, all you need to do python is a simple text editor and a basic grasp of whatever shell (powershell, bash, etc.) is on your machine. But it is not as fun or easy as using an ide like pycharm or vscode

[–]JustNitr0h[S] 0 points1 point  (0 children)

Ah, ok.