VS Code has the second best lsp for Python (it’s proprietary), there is open source version of it as well with less features.

The problem with other editors is the lack of good and fast lsp. Pycharm’s lsp is so head of everyone.

In VS Code and other editors the lsp for Python is written in JavaScript which is hilarious.