What is Python?
Python is a high-level, general-purpose programming
language. Its design philosophy emphasizes code readability
with the use of significant indentation. Python is dynamically
typed and garbage-collected. It supports multiple
programming paradigms, including structured, object-oriented
and functional programming.
Who made Python?
• Python was created by Guido van Rossum, and first released
on February 20, 1991.
• How did Python gots it name?
• While you may know the python as a large snake, the name of
the Python programming language comes from an old BBC
television comedy sketch series called Monty Python's
Flying Circus.
What is in Python? There are
many operators
What are keywords?
• You should know there
are 33 keywords in Python
programming language
• Python keywords are special
reserved words that have
specific meanings and
purposes and can't be used
for anything but those
specific purposes