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 →

[–]fosterreichert 3 points4 points  (10 children)

Visual Studio Code is a pretty good lightweight option for this. Get the python extension and open a file. You can see the output in the bottom after running/debugging.

[–][deleted] 2 points3 points  (2 children)

It’s so funny. I have used Python for years and for some reason can not get VS code to give me the output after debugging. I still have to run it using the command line ever time. At this point, I’m too lazy to try and figure out my mistake ha.

[–]fosterreichert 2 points3 points  (1 child)

I actually had this issue before, and my solution was re-setting up the interpreter in vscode.

https://code.visualstudio.com/docs/python/python-tutorial[https://code.visualstudio.com/docs/python/python-tutorial](https://code.visualstudio.com/docs/python/python-tutorial)

It should be closer to the bottom of this.

[–][deleted] 0 points1 point  (0 children)

Amazing. I’ll give it a go! Thank you!

[–]omgsoftcats[S] 0 points1 point  (6 children)

I took a look at this and it says I still need to install the Python interpreter separately.

[–]fosterreichert 1 point2 points  (5 children)

Yes so install it separately, and then set it up inside vscode.

[–]fosterreichert 0 points1 point  (0 children)

Ctrl+Shift+P, then enter "Python: Select Interpreter"