Week 3 Flashcards

1
Q

What is a list?

A

An ordered mutable sequence of elements

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

What is a dictionary?

A

A data structure that stores data in key-valye pairs

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

What is a tuple?

A

An ordered immutable sequence of elements

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

What are containment operators?

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

What is it called when you reassign a value to a variable?

A

Rebinding

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

What is beautiful soup?

A

Beautiful soup is an html and xml parsing library.

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

What is a data frame?

A

It is a two dimensional, labeled data structure in the pandas library.

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

What is selenium?

A

Selenium is a browser automation tool.

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