python - 2D array initialization -


i computing expression know has dimensions of (200,200) in 1 case hence can initialize array p = np.zeros((200,200))

what if did not know dimensions - there way create such array without specifying dimensions? list in java can grow dynamically.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -