lesson 2 Flashcards
Python is a widely-used, _______, ______, ______ programming language with ________, used for
_______ programming.
- Interpreted, Object Oriented, High Level
- Dynamic Semantics
- General Purpose
The Python Institute believes that __________
Python is the language of today
and tomorrow
Python was created by ________, in ____, and first released publicly on _______
- Guido van Rossum
- 1989
- February 20, 1991.
name of the Python programming language comes from an _____, called ______
- old BBC television comedy sketch
- Monty Python’s Flying Circus.
In ____ ____, programming language designed to be used for __ in the ____ of _____
- general purpose
- writing software
- widest variety
- application domain
In _____, designed to ______ programming, high-level source code contains _____ that is later converted into ______, which can be recognized and run by a specific _____.
- High-Level
- simplify computer
- easy-to-read syntax
- low-level language
- CPU
In _____, type of programming language for which most of its _____ _______ and _____, without previously compiling a program into machine- language instructions.
- interpreted
- implementations execute instructions
- directly and freely
In _____, Python supports ______ Programming, It provides us with a ___ of ___ or ___ of Python code.
- Interactive
- interactive mode
- quick way
- running blocks
- a single line
In ______, It allows us to develop ____ using an _____. In Python, we can easily ___ and ___ , classes and _____.
- Object-Oriented
- applications
- Object-Oriented approach
- create and use
- objects
In Easy to Learn and Use, It is a ____ and ____ programming language.
- developer-friendly
- high-level
In Cross-Platform, Python can run equally on different plat forms such as ___, ____, ____, ____, etc. So, we can say that Python is a portable language.
- Windows
- Linux
- Unix
- Macintosh
In Integrated, It can be easily integrated with languages like ___, ___, ___, and more.
- C
- C++
- JAVA
Python has a ____ of execution. It is slower than ___, ___, ___ because it works with an _____, not the compiler.
- slow speed
- C, C++, and Java
- interpreter
- compiler
Python language is seen as _____ for ____ development and ____ development.
- less suitable
- mobile, game
Python’s data base access layer is _____ and _____ in comparison to popular technologies like ____ and ____.
- primitive, underdeveloped
- JDBC and ODBC