.. _f-numpysex: module ``examples.numpysex`` ============================ Short summary +++++++++++++ module ``teachpyx.examples.numpysex`` Quelques exemples autour de `numpy `_. :githublink:`%|py|6` Functions +++++++++ +--------------------------------------------------------------------------+-----------------------------------------------------------------+ | function | truncated documentation | +==========================================================================+=================================================================+ | :func:`numpy_matrix2list ` | Convertit une matrice `numpy `_ en list. | +--------------------------------------------------------------------------+-----------------------------------------------------------------+ | :func:`numpy_types ` | Returns the list of numpy available types. | +--------------------------------------------------------------------------+-----------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: teachpyx.examples.numpysex :members: :special-members: __init__ :show-inheritance: .. _numpysex_literal: Code ---- .. literalinclude:: numpysex.py