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 -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -