Python NumPy For Your Grandma - 6.4 Challenge: Cumulative Rainfall

preview_player
Показать описание
Your job is to monitor the rainfall in a region that you've broken into a 3x4 grid. Every time a storm comes, if a cell in the grid gets rain, you record it. At the end of a month you have the following two arrays of data:

- rain_locations
- rain_amounts

Build a 3x4 array representing the total accumulated rainfall in each cell of the grid.

0:00 - intro / setup
0:47 - solution

--- Code ------------------------

--- Vids & Playlists ----------------------------------

--- Subscribe To Mailing List ----------------------------------

--- Support ------------------------
Рекомендации по теме
Комментарии
Автор

Check out this updated course (and more) in written form @

gormanalysis