Skip to content

Python Project Development Setup

  • Install Python Extension:
    • Official extension from Microsoft.
  • Select Python Interpreter:
    • Manage virtual environments (venv, conda).
  • Development and Debugging:
    • Code analysis and Linting (Pylint, Flake8).
    • Debugging with debugpy.
    • Native support for Jupyter Notebooks.
  • Testing:
    • Configure and run PyTest/Unittest.