πΉ Step 1: Install Python
- Download latest Python from python.org.
- β During installation, check βAdd Python to PATHβ.
- Finish setup and confirm installation: bashCopyEdit
python --version
πΉ Step 2: Install Visual Studio Code (VS Code)
- Download from code.visualstudio.com
- Open VS Code β Extensions (
Ctrl+Shift+X
) β Install:- β Python (by Microsoft)
- β Pylance (for fast IntelliSense)
- β autopep8