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 are really good tutorials online. Instead of copy-pasting the definitive materials, let me point you to the places you might look:


“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 just so happens that this finance class will not emphasize simulations or derivatives, which are two finance settings where numpy shines.