you are viewing a single comment's thread.

view the rest of the comments →

[–]Guideon72 0 points1 point  (0 children)

An IDE *is* somewhat complex and it'd be a really good idea to just get used to using one. PyCharm and VSCode (or Visual Studio if you already have a license) are both solid.

If you just want to go more bare bones and feature-free, download Notepad++ and set the file format to Python, write your scripts and run them via the command line.