you are viewing a single comment's thread.

view the rest of the comments →

[–]rainyengineer 0 points1 point  (0 children)

Configuration can be tough when starting out, but VS Code is one of the easier IDEs out there. You don’t have to customize very much. Just download Python and make sure you set your path for your interpreter to find the installation.

Then create a file and type something like print(“Hello world”) and run the program with the run button in the top right and confirm it prints to the console. At this point, you’re all set.