Lecture 4 - Libraries Flashcards

1
Q

Modules written by you or others can you can use in your program.

A

Libraries

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

How you load a module into your own program

A

Import

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

Is a command that allows us to take a list and tell the compiler where we want the compiler to consider the start of the list and the end of the list.

A

Slice

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

We call third-party libraries, implemented as a folder

A

Packages

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

A repository or directory of all available third-party packages currently available.

A

PyPI

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

Python has a package manager called ____ that allows you to install packages quickly onto your system.

A

Pip

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

A text-based format that is used to exchange text-based data between applications.

A

JSON

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

application program interfaces

A

API

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

Is a package that allows your program to behave as a web browser would

A

Requests

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