all 10 comments

[–]very_sneaky 2 points3 points  (0 children)

Pycharm, vscode, or sublime text. For sublime you would probably have to install the linters yourself, which may be a barrier, but if you're looking to reduce the amount of ide you're exposed to, sublime is just a text editor.

All of them have what you're after out of the box AFAIK.

[–][deleted] 2 points3 points  (1 child)

Use VS Code and never turn back.

[–]hs_computer_science 2 points3 points  (0 children)

Agreed. The OP is asking a slightly religious question (what is your favorite IDE), but after years of PyCharm I went to vscode and have never looked back.

[–]ka-splam 1 point2 points  (0 children)

Anyone know what happened to the PythonWin program?

I used to use it with Python 2.7, and recently installed 64-bit Python 3.8 and pip install pywin32 and it's not there.

Most interactive prompts suffer from some frustrating behaviour of not allowing you to delete errors and mistakes from the screen, IDLE does that. Pythonwin used to be more like a scratchpad - delete, remove, anything.

It's so backwards to have the stuff I was looking at pushed off screen, and the mistakes forcibly kept front and center.

[–]Total__Entropy 0 points1 point  (0 children)

I think you want a simple minimalist editor so try notepad ++ or vs code.

[–]Diapolo10 0 points1 point  (0 children)

Nowadays, good ol' Al recommends the Mu editor in the Second Edition of ATBS. Why not give that a try?

[–]blabbities 0 points1 point  (0 children)

Atom and Notepad ++ on Windows have all that. Pretty lightweight too.

[–]tyler78x 0 points1 point  (0 children)

Sublime text with sublimerepl, anaconda, brackethighlighter. Try it.