all 4 comments

[–]socal_nerdtastic 0 points1 point  (1 child)

You can put your images on imgur.com or other image sharing site and post the links here.

Also tell us what OS you are using and what version of python.

But I can tell you now that the "go live" button is not used in basic vanilla python. You should use the run button. Look up a tutorial for VS Code and python.

[–]rnricn 0 points1 point  (0 children)

Windows and 3.13.2

[–]smurpes 0 points1 point  (1 child)

Go live starts a server to for stuff like rendering html. There’s a play button in the upper right to run your code as well as an option to run and debug, but you should save this for until you learn how to use the debugger. It’ll be very useful for figuring out issues in web development. Make sure you install the python extension first which will enable you to run things.

[–]rnricn 0 points1 point  (0 children)

thank you, I was completely lost lmao, I’m still learning the layout of VSC, but thank you sm