Python
Regular Expressions
HTTP
Pandas
Misc
100

The name Python uses for arrays.

What is a list?

100

The name of the Python Regular Expressions library.

What is re?

100

This is what HTTP stands for.

What is HyperText Transfer Protocol?

100

The main data type used in Pandas, usually referred to as 'df'

What is a DataFrame?

100

A comprehensive library for creating static, animated, and interactive visualizations in Python

What is Matplotlib?

200

This data type is for numbers with decimals.

What is a float?

200

The symbol for "any character except a new line"

What is a period?

200

A Python package for parsing HTML and XML documents

What is Beautiful Soup?

200

The data type for a single column of data.

What is a Series?

200

The sorting algorithm that moves the largest value into place, then the 2nd largest, then the 3rd, and so on.

What is the bubble sort?

300

a[2:4], b[3:-1], or c[::2]

What is a slice?

300

\n, \t, or \r

What is an escape character?

300

The HTTP status code indicating that everything is OK

What is 200?

300

A series of labels that identify each row

What is the index?

300

The file extension for a Colab file

What is .ipynb?

400

An instance of a class

What is an object?

400

A quantifier that applies to the preceding regular expression element. It specifies that the preceding element may occur zero or more times

What is an asterisk?

400

The HTML tag used to create links on a page

What is the anchor tag, <a>?

400

The operation involves some combination of splitting the object, applying a function, and combining the results

What is groupby()?

400

The full name of JSON

What is JavaScript Object Notation?

500

The longest python

What is the reticulated python?

500

[^abc]

What is not a, b, or c?

500

HTTP Messages

What are 'request' and 'response'?
500

The sort_values() argument that reverses the order of the sort

What is 'ascending=False'

500
The Unix timestamp epoch

What is January 1, 1970?