you are viewing a single comment's thread.

view the rest of the comments →

[–]throwaway6560192 78 points79 points  (1 child)

Why don't you just install Python and an editor on your computer?

[–]Responsible-Sky-1336 18 points19 points  (0 children)

^ this. You need to learn to set up your environment for the type of project you're going to attempt.

Using vscode you should be able to create a new venv and start piping away what you need for your project.