Week 3 Flashcards
1
Q
What is a list?
A
An ordered mutable sequence of elements
2
Q
What is a dictionary?
A
A data structure that stores data in key-valye pairs
3
Q
What is a tuple?
A
An ordered immutable sequence of elements
4
Q
What are containment operators?
A
- In
- Not in
5
Q
What is it called when you reassign a value to a variable?
A
Rebinding
6
Q
What is beautiful soup?
A
Beautiful soup is an html and xml parsing library.
7
Q
What is a data frame?
A
It is a two dimensional, labeled data structure in the pandas library.
8
Q
What is selenium?
A
Selenium is a browser automation tool.