Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 370 Bytes

File metadata and controls

18 lines (14 loc) · 370 Bytes

Installing Python and VS Code

Python

  1. Install Python 3.x (latest stable version recommended).
  2. Verify installation:
python3 --version

VS Code

  1. Install Visual Studio Code
  2. Install recommended extensions:
    • Python (Microsoft)
    • Pylance
    • Jupyter (if needed)

Next: Python Flavours & Versions