Lesson 1 of 6
What is Python?
Understand where Python is used and how a Python program runs.
Python is a general-purpose programming language known for readable syntax and a large ecosystem.
It is commonly used for automation, web backends, data work, scripting and beginner programming education.
Example
print("Hello, Python!")Practice challenge
Change the message and print your own name.