Lesson 1.2: Installing Python
📖 Python for Data
⏱️ 15 min
Step 1: Download Python
Visit https://www.python.org and download the latest version (3.10 or newer).
Step 2: Install
Windows:
- Run the installer
- Important: Check "Add Python to PATH"
- Click "Install Now"
Mac/Linux: Python usually comes pre-installed. Open Terminal and type python3 --version
Step 3: Verify Installation
Open Terminal/Command Prompt and type:
python --version
You should see the Python version number.
✓ Free Lesson
This lesson is completely free. No enrollment required. Continue learning!