3.1.4. More Resources

“Wait, I feel like the prior pages didn’t cover enough!”

A: You’re right! I’m speeding past Numpy because

  1. We’re going to use pandas mostly, and most of our numpy usage will be implicit numpy usage within pandas.

  2. There is such good tutorials online. Instead of copy-pasting the definitive materials, let me point you to the place:


“But, but… couldn’t we do lots of finance stuff in numpy?”

Absolutely. Anytime you’re using matrices, numpy is probably what you should be using. It happens that this finance class will not emphasize simulations or derivatives, which are just two finance settings where numpy shines.