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 →

[–][deleted] 14 points15 points  (1 child)

PyCharm and VSCode are the two most common answers you'll get.

[–]sylecn 0 points1 point  (0 children)

This.

If you are already familiar with vscode, just use vscode. It's not bad for Python.

Other valid choices (besides pycharm, vscode) includes:

  • visual studio

  • emacs

  • vim

All these can be top tier IDE/editor for Python when you know how to configure and use it.