LESSON 2 Flashcards
is a widely-used, interpreted,
object-oriented, and high-level
programming language with
dynamic semantics, used for
general-purpose programming.
Python
The Python Institute believes that
Python is the language of today
and tomorrow
Python was created by __ in 1989
Guido van Rossum
It is further developed by the Python
Software Foundation, and Python official
website is
python.org
python first released publicly on
February 20, 1991
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
specialized and typically used for nonprofit organizations
.Org domain
are more general purpose and suitable for businesses and other entities, such as charities.
.com domains
Python is known to be:
● General-Purpose
● High-Level
● Interpreted
● Interactive
● Object-Oriented
● Free and Open-Source
● Easy to Learn and Use
● Cross-Platform
● Integrated
An ____ language is a type of programming
language for which most of its implementations
execute instructions directly and freely, without
previously compiling a program into machine language instructions.
Interpreted
It is a programming language designed to be used for
writing software in the widest variety of application
domains
General-Purpose
It is a programming language designed to simplify
computer programming, high-level source code
contains easy-to-read syntax that is later converted
into a low-level language, which can be recognized
and run by a specific CPU
High-Level
Python supports __ mode Programming, It
provides us with a quick way of running blocks or a
single line of Python code.
Interactive
It is an ____ ___ ____ language, and it also
supports functional programming. It allows us to develop
applications using an Object-Oriented approach. In Python,
we can easily create and use classes and objects.
object-oriented programming
Python is developed under an OSI-approved open-source
license, making it freely usable and distributable, even for
commercial use. Python’s license is administered by the
Python Software Foundation.
Free and Open-Source
The time needed to learn Python is shorter than for many
other languages; this means that it’s possible to start the
actual programming faster. It is a developer-friendly and
high-level programming language.
Easy to Learn and Use
Python can run equally on different platforms such as
Windows, Linux, Unix, and Macintosh, etc. So, we can say
that Python is a portable language.
Cross-Platform
It can be easily integrated with languages like C, C++,
JAVA, and more
Integrated
Python has a number of alternative implementations
that are available for any development:
CPython
IronPython
Jython
PyPy
Stackless Python -
MicroPython
Anaconda Python
Ren’Py
The default implementation of the
Python programming language is __. As the
name suggests __ is written in C language
CPython -
Python running on Microsoft .NET
IronPython