Python Introduction
Python Introduction
Why Python
Overview Syntax
Comments
Variables
What is Python?
Python is a popular programming language. It was
created by Guido van Rossum, and released in 1991.
It is used for:
• Web development (server-side),
• Software development,
• Mathematics,
• System scripting.
Why Python?
Syntax error:
if 5 > 2:
print("Five is greater than two!")
Comments can be used to explain Python code.