Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _data/paris_54000.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions _doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ Code inclus dans cette librairie

classique
tools

.. toctree::
:caption: Fonctions implémentées pour les exercices

practice/rues_paris
5 changes: 5 additions & 0 deletions _doc/api/practice/rues_paris.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
============================
teachpyx.practice.rues_paris
============================

.. automodule:: teachpyx.practice.rues_paris
3 changes: 1 addition & 2 deletions _doc/articles/2022-12-07-cartopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
Installer `cartopy
<https://scitools.org.uk/cartopy/docs/latest/>`_
est une vraie gageure. J'ai utilisé la version disponible sur
`Archived: Unofficial Windows Binaries for Python Extension Packages
<https://www.lfd.uci.edu/~gohlke/pythonlibs/#cartopy>`_
*Archived: Unofficial Windows Binaries for Python Extension Packages*
mais le site n'est plus maintenu et je veux bien comprendre
que c'est un travail ingrat qui requiert une attention
permenante (voir
Expand Down
Binary file added _doc/practice/algo-compose/euler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
924 changes: 924 additions & 0 deletions _doc/practice/algo-compose/paris_parcours.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _doc/practice/algocompose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ se construisent sous la forme d'un assemblage d'algorithme plus simple.
algo-base/exercice_morse
../auto_examples/plot_tsp
../auto_examples/plot_einstein_riddle
algo-compose/paris_parcours
2 changes: 1 addition & 1 deletion _doc/practice/algorithm_culture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Articles sur des algorithmes
++++++++++++++++++++++++++++

* `Blossom5 <http://pub.ist.ac.at/~vnk/papers/blossom5.pdf>`_ **matching**
* `Local max-cut in smoothed polynomial time <http://blogs.princeton.edu/imabandit/2016/10/24/local-max-cut-in-smoothed-polynomial-time/>`_ **max-cut**
* `Local max-cut in smoothed polynomial time <https://arxiv.org/abs/1610.04807>`_ **max-cut**
* `Expander Flows, Geometric Embeddings and Graph Partitioning <http://snap.stanford.edu/class/cs224w-readings/arora04expansion.pdf>`_ **graph partitionning**
* `The Read-Optimized Burrows-Wheeler Transform <https://arxiv.org/pdf/1809.07320.pdf>`_
* `String Periods in the Order-Preserving Model <https://arxiv.org/pdf/1801.01404.pdf>`_
Expand Down
4 changes: 2 additions & 2 deletions _doc/practice/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Culture et Pratique

La programmation, c'est comme la musique.
Il faut toujours pratiquer régulièrement.
La première série explore les bases du langage.
La première série d'exercices explore les bases du langage.

.. toctree::
:maxdepth: 1
:caption: Langage Python
:caption: Exercices sur le langage Python

pystruct
pydata
Expand Down
Loading