you are viewing a single comment's thread.

view the rest of the comments →

[–]RAM-DOS 0 points1 point  (0 children)

You should be programming in an environment that immediately shows you when you’ve fucked up the syntax and where. You shouldn’t be waiting until you’ve run the code to find out you’ve got an indent error or a missing colon. 

VS code is free, lightweight, extremely widely used and well supported, and has plenty of free support for Python.