jkitzes / datasci-lessons

Materials for teaching data science at workshops and elsewhere
Creative Commons Attribution 4.0 International
7 stars 2 forks source link

Switch container from list to array #7

Open jkitzes opened 8 years ago

jkitzes commented 8 years ago

In Scientific Programming I, list is currently used as the data container. Switch to array, which will play nicer with pandas later, allows for easy use of vectorized math, and will introduce numpy (random module has to be brought in anyway for section on if statement, might as well bring in numpy).