3 artifacts
Tap to collapse details
Windows:
python --version
macOS:
.pkg
python3 --version
Linux (Ubuntu/Debian):
sudo apt update && sudo apt install python3 python3-pip
print('Hello, Python!')
❌ Forgot to check 'Add to PATH' on Windows
→Reinstall installer and select the checkbox, or edit system PATH manually
❌ Using wrong command (python vs python3 on macOS/Linux)
→Use python3 for installation verification on Unix systems
Tap to expand details
Spin up a personalized “learn Python” plan you can save, check off, and return to anytime — unlimited on the free trial.
Udacity
Great Learning
by Al Sweigart
by Eric Matthes
Core language guide from Python team
Daily exercises from basics to advanced
Simple IDE with debugger for beginners
Powerful editor for all levels