python glossary

0.0(0)
studied byStudied by 3 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

What is AI?

AI (artificial intelligence) is the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings.

2
New cards

What is application development?

Application development, or app development, is the process of planning, designing, creating, testing, and deploying a software application to perform various business operations.

3
New cards

What are arithmetic operations?

Arithmetic operations are the basic calculations we make in everyday life like addition, subtraction, multiplication and division. They are also called algebraic or mathematical operations.

4
New cards

What is an array of numbers?

A set of numbers or objects that follow a pattern presented as an arrangement of rows and columns to explain multiplication.

5
New cards

What is the assignment operator in Python?

An operator that modifies the variable to its left using the value on its right; symbol is “=”.

6
New cards

What is an asterisk in Python?

Symbol “*” used to perform various operations in Python.

7
New cards

What is a backslash in Python?

An escape character used in Python strings to indicate that the following character should be treated in a special way.

8
New cards

What is a Boolean?

A system of algebraic notation using binary digits 0 (false) and 1 (true).

9
New cards

What is a colon used for in Python?

To represent an indented block, fetch data, or specify index ranges.

10
New cards

What does concatenate mean?

To link things together in a chain or series.

11
New cards

What is data engineering?

The work of turning raw data into useful information by blending, testing, and optimizing data from multiple sources.

12
New cards

What is data science?

An interdisciplinary field focused on extracting knowledge from large datasets, analyzing them, and presenting findings to inform decisions.

13
New cards

What is a data type?

The type of value a variable has, which determines what operations can be applied without error.

14
New cards

What is a double quote in Python?

Symbol “ ” used to represent strings.

15
New cards

What is an escape sequence?

A sequence of characters (often starting with an escape character) that tells the computer to perform a function or command.

16
New cards

What is an expression in Python?

A combination of operators and operands that produces a value.

17
New cards

What is a float in Python?

A floating-point number created using the float() function from a number or string.

18
New cards

What is a forward slash in Python?

Symbol “/” used to perform division and other operations.

19
New cards

What does foundational mean?

Denoting an underlying basis or principle; fundamental.

20
New cards

What are immutable objects in Python?

Objects like int, float, bool, string, Unicode, and tuple that cannot be changed after creation.

21
New cards

What is an integer?

A whole number (positive, negative, or zero).

22
New cards

What does manipulate mean in Python?

Modifying a string or creating a new string by making changes to an existing one.

23
New cards

What are mathematical conventions?

Agreed-upon facts, names, notations, or usage in mathematics.

24
New cards

What are mathematical expressions?

Statements with at least two terms (numbers or variables) connected by an operator.

25
New cards

What are mathematical operations?

Calculations using operands and math operators.

26
New cards

What is negative indexing in Python?

Accessing elements of a sequence from the end using negative numbers as indexes.

27
New cards

What are operands?

The quantities on which an operation is performed.

28
New cards

What are operators in Python?

Symbols used to perform operations on variables and values.

29
New cards

What are parentheses used for in Python?

To call an object.

30
New cards

What does replicate mean?

To make an exact copy of.

31
New cards

What is a sequence in Python?

A function whose domain is an interval of integers (e.g., lists, tuples, strings).

32
New cards

What is a single quote in Python?

Symbol ‘ ’ used to represent strings.

33
New cards

What is slicing in Python?

Returning a portion of a list, string, or sequence.

34
New cards

What are special characters?

Characters that are not numbers or letters, such as symbols, accent marks, and punctuation.

35
New cards

What is a stride value?

The number of bytes from one row of pixels in memory to the next row of pixels.

36
New cards

What are strings in Python?

Arrays of bytes representing Unicode characters.

37
New cards

What is a substring?

A sequence of characters that are part of a larger string.

38
New cards

What is type casting in Python?

The process of converting one data type to another (type coercion/conversion).

39
New cards

What are types in Python?

Classifications of data items, indicating what operations can be performed on them.

40
New cards

What are variables in Python?

Containers for storing data values.

41
New cards