Complete The Following

  1. Install VS Code (Visual Studio Code)

    • VS Code is a popular IDE that will serve as your primary tool for writing and debugging Python code

  2. Install Extensions VS Code

    • Open VS Code

    • Navigate to Extensions Marketplace (left sidebar)

    • Search and Install: Python, Pylance, and Python Debugger

  3. Install Python