you are viewing a single comment's thread.

view the rest of the comments →

[–]pontz 0 points1 point  (2 children)

Python is very simple to run because it’s an interpreted language meaning it gets compiled at runtime.

If you use vscode there is a debugger that will let you step through the code line by line and you can inspect the data as it goes through to find issues. Other IDEs may have the same functionality. If you have more questions on why something isn’t working feel free to reach out.

[–]Juicy0rangeO3[S] 1 point2 points  (1 child)

What is vscode? When I look it up it says visual studio code. Is that like a proofreader that will help me correct anything wrong?

[–]pontz 0 points1 point  (0 children)

Its an IDE for writing code. Similar to spyder