\n\n\n\n\n

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:

  1. Run the installer
  2. Important: Check "Add Python to PATH"
  3. 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!

🚀 Ready for More?

These free lessons are just the start! Enroll for:
✓ Certificates
✓ Advanced projects
✓ Mentor support
✓ Career guidance

↗ Unlock Full Access
📚 Module 1: Python Basics
📖 Browse Courses