William Marsh Rice
Who is the founder of Rice University?
the people who are teaching you right now
What are LIs?
How do you find the shape of a matrix.
matrix_name.shape()
the camp you're at
What is Rice Elite Tech Camp?
How do you access the first index of a list?
list[0]
the President of Rice University
Who is the Reginald Desroches
What are your Live Instructors' names?
Brandon, Conny, JC, Annie, Victoria
What python libraries.packages do we import for math and plotting?
matplotlib.pyplot and numpy
the Rice alum who got drafted to the Commanders recently
Who is Luke McCaffrey?
What is 5/2 in python.
2.5
The department that runs Rice Elite Tech Camp
What is RCEL?
What is Annie's university?
What is John Hopkins University?
Which import allows you to calculate the determinant of a matrix?
NumPy
the show where the dad was gonna be the Rice Football coach
What is Young Sheldon?
What are the two kinds of loops in Python?
while and for
the Rice University Mascot
Who are the owls? (+100 for Who is Sammy the Owl)
What is Brandon and Conny's major.
ECE and Computer Science
The command at the end of a function that lists the outputs of the function
What is return?
the Marvel character who went to Rice University
Who is Monica Rambeau (one of the Captain Marvels?)
What are the four scalar datatypes in Python?
None, Int, Float, Boolean
The campus landmark that students avoid superstitiously until graduation.
What is the Sallyport?
Who is the Course Developer and the Head Instructor for this course?
Dr. Millard McElwee
How to read a csv file
pd.read_csv('filename')
The person who murdered William Marsh Rice
Who is the valet, Charles F. Jones?
What does the range function return? For example, what is range(0,4).
[0,1,2,3]