0% found this document useful (0 votes)
3 views6 pages

Python Programming Language Overview

Python was developed by Guido Van Rossum and officially released on February 20, 1991, named after the BBC show Monty Python's Flying Circus. It is a high-level programming language that is easier to read and write compared to low-level languages, which are closer to machine code. Python is free, open-source, has extensive libraries, and is ranked number one in popularity according to the TIOBE index.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views6 pages

Python Programming Language Overview

Python was developed by Guido Van Rossum and officially released on February 20, 1991, named after the BBC show Monty Python's Flying Circus. It is a high-level programming language that is easier to read and write compared to low-level languages, which are closer to machine code. Python is free, open-source, has extensive libraries, and is ranked number one in popularity according to the TIOBE index.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PYTHON

who developed python

Python was developed by Guido Van Rossum

Official Release Date- 20 Feb 1991


WHY NAME PYTHON?

Python was developed by Guido van Rossum. He named the


language “Python” after the BBC television show Monty Python’s
Flying Circus. He found the name short, unique, and catchy, which
made it an attractive choice.
LOW LEVEL
LANGUAGES

A low-level language is a programming


language that is very close to machine
code (0s and 1s).
It is difficult for programmers to write
and understand.
However, programs written in low-level
languages execute faster than those in
high-level languages, since they directly
communicate with the computer.
Examples: Machine Language, Assembly
Language.
high LEVEL
LANGUAGES
A high-level language is a programming
language that is closer to human language
and easier to read, write, and understand.
.
Programs written in high-level languages
may run slower than low-level ones because
they need to be translated (compiled or
interpreted) into machine code.

Examples: Python, Java, C++, JavaScript.

C is a mid level language


PYTHON Facts
PYTHON IS
PYTHON HAS HUGE
FREE AND OPEN
LIBRARIES.
SOURCE

RANKED NUMBER 1
PYTHON IS SIMPLE
ACCORDING TO TIOBE
AND EASY TO LEARN
INDEX

You might also like