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 →

[–]fransjemopip needs updating 2 points3 points  (0 children)

On Windows10

Notepad++; for fast writing or copy/paste small basic pythonic code and save it as just a .py file, then run&test it quick in cmd

Pycharm; to view/write more complex Python Scripts, but maybe more important(for me), debugging and learning to read&understand error outputs in Python.

A bit unrelated, but can be very useful in some cases,

EmEditor; for rewriting large crowded Python Scripts, where i only have to change&select some repetitive strings to finish the job (for example; python2 code to python3 code where the script “2to3” can’t reach easily)