2 artifacts
Tap to collapse details
.exe
.pkg
sudo apt update && sudo apt install python3 python3-pip
python --version pip --version
hello.py
print('Hello, World!')
python hello.py
❌ Forgetting to add Python to PATH on Windows
→Reinstall and check the 'Add Python to PATH' box
❌ Using Python 2 instead of 3
→Always download from python.org/downloads/ for latest Python 3
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.
Google Developers
Udacity
by Al Sweigart
Core tutorial covering basics to advanced
Beginner resources and links
Core language interpreter
Full-featured editor for Python development