Introduction to Python Flashcards

1
Q

It is a popular programming language

A

Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who is the creator of Python?

A

Guido van Rossum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Python released in ____?

A

1991

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It has a simple syntax similar to the English language.

A

Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It has syntax that allows developers to write programs with
fewer lines than some other programming languages.

A

Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Python is used for?

A

⮚Web development
(server-side)
⮚Software development
⮚Mathematics
⮚System scripting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why Python?

A

⮚ Python ism interpreted
⮚ Python is interactive
⮚ Python is beginner’s language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

it is processed on time, no
need to compile

A

Python is interpreted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

it interacts with the interpreter
directly to write your programs

A

Python is interactive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

it is a great language
for beginner-level programmers and supports the
development of a wide range of applications

A

Python is beginner’s language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly