Lesson 1 of 12

What Is Python? 🐍

🎯 Grades 6–8 ⏱ ~25 minutes 💚 Intermediate

What You'll Learn

  • What Python is and where it is used in the real world
  • What a programming language is and how it works
  • How to set up Python or use a free online editor
Quick Check

1. Who invented Python?

ABill Gates
BGuido van Rossum
CLinus Torvalds

2. Why is Python good for beginners?

AIt requires no computer
BIt reads almost like plain English
CIt only runs on Windows

3. What do you type in the terminal to check your Python version?

Apython install
Bpython --version
Cpip check

4. What is a programming language?

AA type of computer hardware
BA language spoken by programmers at work
CA translator between human-readable instructions and machine code
← Previous Hello, World! →