■ VS Code + Python Setup Cheat Sheet
Step 1 Open VS Code
Download from [Link] if not installed.
Step 2 Go to Extensions
Click the square icon on the left sidebar OR press Ctrl+Shift+X.
Step 3 Search 'Python'
Install the official Python extension by Microsoft.
Step 4 Verify Installation
Check 'Installed Extensions' list in VS Code.
Step 5 Create a Python File
Example: [Link] with print('Hello, Python!').
Step 6 Select Interpreter
Bottom-right corner → pick your Python version.
Step 7 Run the File
Right-click → Run Python File in Terminal OR press Ctrl+F5.