Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.1 KB

File metadata and controls

30 lines (22 loc) · 2.1 KB

Python Extension Pack

These are the most useful VSCode Python extensions.

Extensions Included

  • Language Features:

    • Python - Microsoft Python Extension for Language Support.
    • Jupyter - Notebook support for language kernels that are supported in Jupyter Notebooks today.
  • Linter and Formatter:

    • Pylance - Microsoft Pylance Extension for Code Analysis.
    • isort - Provides import sorting using isort.
    • black - Support for the black formatter.
    • mypy - Support for the mypy linter.
    • Ruff - For the Ruff linter.
  • Other Utilities:

Want to see an extension added?

Open a PR and I'd be happy to take a look.

Enjoy!