My virtual notes

By Maria Paula Guillaumet

Logo

After accumulating notebooks with my notes for years, I decided to make a virtual repository with my topics of interest. Here you can find a little of this and that.

Después de acumular por años cuadernos con mis notas, decidí hacer un repositorio virtual con mis temas de interés. Aquí podrán encontrar un poco de esto y aquello.

View My LinkedIn Profile

Library: NumPy

Available notes

Information

Basic elements

A homogeneous container of numerical element of a single type.

Unidimensional arrays

Arrays can have 1 dimension (similar to python lists). array

Bidimensional arrays

Arrays can have 2 dimensions (similar to python matrix). matrix

NumPy Official website
Quickstart tutorial