:orphan: .. _l-notebooks: Galleries ========= :ref:`l-notebooks-coverage` .. contents:: :depth: 1 :local: Ballades autour de numpy ------------------------ .. toctree:: :maxdepth: 1 :hidden: notebooks/numpy_tricks .. list-table:: :header-rows: 0 :widths: 3 5 15 * - .. image:: /notebooks/numpy_tricks.thumb.png :target: notebooks/numpy_tricks.html - :ref:`numpytricksrst` - Quelques écritures efficaces et non efficaces avec numpy. Ballades autour de Pandas ------------------------- .. toctree:: :maxdepth: 1 :hidden: notebooks/pandas_groupby .. list-table:: :header-rows: 0 :widths: 3 5 15 * - .. image:: /notebooks/pandas_groupby.thumb.png :target: notebooks/pandas_groupby.html - :ref:`pandasgroupbyrst` - Petit tour de passe passe autour d'un groupby et des valeurs manquantes qui ne sont plus prises en compte depuis les dernières versions. Ballades autour de Python ------------------------- .. toctree:: :maxdepth: 1 :hidden: notebooks/tarabiscote notebooks/float_and_double_rouding notebooks/hypercube notebooks/gil_example notebooks/partie_dame notebooks/notebook_template notebooks/serialisation_examples notebooks/serialisation_protobuf .. list-table:: :header-rows: 0 :widths: 3 5 15 * - .. image:: /notebooks/tarabiscote.thumb.png :target: notebooks/tarabiscote.html - :ref:`tarabiscoterst` - Quelques exercices autour de la copie de liste, du temps de calcul, de l'héritage. * - .. image:: /notebooks/float_and_double_rouding.thumb.png :target: notebooks/float_and_double_rouding.html - :ref:`floatanddoubleroudingrst` - I came up with the following question $(float64)x < (float64)y \Longrightarrow (float32) x < (float32)y$? What is the probability this holds? * - .. image:: /notebooks/hypercube.thumb.png :target: notebooks/hypercube.html - :ref:`hypercuberst` - Exercices autour de tableaux en plusieurs dimensions et autres exercices. * - .. image:: /notebooks/gil_example.thumb.png :target: notebooks/gil_example.html - :ref:`gilexamplerst` - Le GIL ou Global Interpreter Lock est un verrou unique auquel l'interpréteur Python fait appel constamment pour protéger tous les objets qu'il manipule contre des accès concurrentiels. * - .. image:: /notebooks/partie_dame.thumb.png :target: notebooks/partie_dame.html - :ref:`partiedamerst` - Exercice de programmation sur les tableaux. * - .. image:: /notebooks/notebook_template.thumb.png :target: notebooks/notebook_template.html - :ref:`notebooktemplaterst` - Premier notebook et premier menu javascript. * - .. image:: /notebooks/serialisation_examples.thumb.png :target: notebooks/serialisation_examples.html - :ref:`serialisationexamplesrst` - Le notebook explore différentes façons de sérialiser des données et leurs limites. * - .. image:: /notebooks/serialisation_protobuf.thumb.png :target: notebooks/serialisation_protobuf.html - :ref:`serialisationprotobufrst` - protobuf optimise la sérialisation de deux façons. Elle accélère l'écriture et la lecture des données et permet aussi un accès rapide à une information précise dans désérialiser les autres. Elle réalise cela en imposant un schéma strict de données. .. toctree:: :hidden: all_notebooks_coverage