Popular recipes tagged "nd"http://code.activestate.com/recipes/tags/nd/2014-03-21T16:09:39-07:00ActiveState Code RecipesPython - from nD array to flat array (Python)
2014-03-21T16:09:39-07:00Roberto Bellohttp://code.activestate.com/recipes/users/4189498/http://code.activestate.com/recipes/578854-python-from-nd-array-to-flat-array/
<p style="color: grey">
Python
recipe 578854
by <a href="/recipes/users/4189498/">Roberto Bello</a>
(<a href="/recipes/tags/array/">array</a>, <a href="/recipes/tags/flatten/">flatten</a>, <a href="/recipes/tags/nd/">nd</a>).
</p>
<p>From a multidimensional array to a flat array avoiding numpy.
The code could be better?</p>