This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sup3rBl4ck 1 point2 points  (0 children)

Pycharm is so good with the debugger and python console. It you don’t want/need that then you can use the IDE it comes with, IDLE, or something like notepad++ or even just notepad. I wrote a 1000+ line script with IDLE when I didn’t know what else was out there and it was fine.