To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 2
We use cookies to make your experience better!
NumPy in a Nutshell
0%
1. Getting Started with NumPy
In this section we will get acquainted with what the NumPy library is, as well as learn how to create an array.
In this section we should recall what slices are and learn how to make them for arrays of different dimensions. We shall also learn to refer to elements in an array using their indexes.
In this section we will learn how to reshape arrays and also how to concatenate an array. Moreover we will learn how to sort an array. Also we will learn about such an interesting method that is often used for arrays, namely: copy().