Rice University
Instructors
Python Imports
Mystery ???
Python Concepts
100

William Marsh Rice

Who is the founder of Rice University?

100

the people who are teaching you right now

What are LIs?

100

How do you find the shape of a matrix.

matrix_name.shape()

100

the camp you're at

What is Rice Elite Tech Camp?

100

How do you access the first index of a list?

list[0]

200

the President of Rice University

Who is the Reginald Desroches

200

What are your Live Instructors' names?

Brandon, Conny, JC, Annie, Victoria

200

What python libraries.packages do we import for math and plotting?

matplotlib.pyplot and numpy

200

the Rice alum who got drafted to the Commanders recently

Who is Luke McCaffrey?

200

What is 5/2 in python.

2.5

300

The department that runs Rice Elite Tech Camp

What is RCEL?

300

What is Annie's university?

What is John Hopkins University?

300

Which import allows you to calculate the determinant of a matrix?

NumPy

300

the show where the dad was gonna be the Rice Football coach

What is Young Sheldon?

300

What are the two kinds of loops in Python?

while and for

400

the Rice University Mascot

Who are the owls? (+100 for Who is Sammy the Owl)

400

What is Brandon and Conny's major.

ECE and Computer Science

400

The command at the end of a function that lists the outputs of the function

What is return?

400

the Marvel character who went to Rice University

Who is Monica Rambeau (one of the Captain Marvels?)

400

What are the four scalar datatypes in Python?

None, Int, Float, Boolean

500

The campus landmark that students avoid superstitiously until graduation.

What is the Sallyport?

500

Who is the Course Developer and the Head Instructor for this course?

Dr. Millard McElwee

500

How to read a csv file

pd.read_csv('filename')

500

The person who murdered William Marsh Rice

Who is the valet, Charles F. Jones?

500

What does the range function return? For example, what is range(0,4).

[0,1,2,3]