0% found this document useful (0 votes)
6 views4 pages

What Is Python

Python is a high-level, general-purpose programming language known for its readability and support for multiple programming paradigms. Created by Guido van Rossum and released in 1991, its name is derived from the BBC series Monty Python's Flying Circus. The language includes 33 reserved keywords that have specific meanings and cannot be repurposed.

Uploaded by

shauryaverma0709
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

What Is Python

Python is a high-level, general-purpose programming language known for its readability and support for multiple programming paradigms. Created by Guido van Rossum and released in 1991, its name is derived from the BBC series Monty Python's Flying Circus. The language includes 33 reserved keywords that have specific meanings and cannot be repurposed.

Uploaded by

shauryaverma0709
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

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

You might also like