62 lines
1.0 KiB
Plaintext
62 lines
1.0 KiB
Plaintext
|
==============================
|
|||
|
Algorithmes et Programmation
|
|||
|
==============================
|
|||
|
|
|||
|
-----
|
|||
|
Cours
|
|||
|
-----
|
|||
|
|
|||
|
.. toctree::
|
|||
|
:maxdepth: 1
|
|||
|
|
|||
|
fil_conducteur
|
|||
|
|
|||
|
|
|||
|
- Structures de données séquentielles
|
|||
|
- Ensembles et dictionnaires
|
|||
|
- Algorithmes de recherche
|
|||
|
- Les fichiers
|
|||
|
- Algorithmes de tri
|
|||
|
|
|||
|
|
|||
|
|
|||
|
----
|
|||
|
TP
|
|||
|
----
|
|||
|
|
|||
|
.. toctree::
|
|||
|
:maxdepth: 1
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
- Tester avec doctest
|
|||
|
- Listes
|
|||
|
- Gestion d’une promotion d’étudiants
|
|||
|
- Anagrammes
|
|||
|
- Analyse d’un fichier texte
|
|||
|
- Évaluation empirique des tris
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
-----------------
|
|||
|
Documents annexes
|
|||
|
-----------------
|
|||
|
|
|||
|
.. toctree::
|
|||
|
:maxdepth: 1
|
|||
|
|
|||
|
|
|||
|
Bibliographie
|
|||
|
-------------
|
|||
|
|
|||
|
* Apprendre à programmer avec Python 3, Gérard Swinnen, editions Eyrolles (Chapitres 1 à 7, et chapitre 10 en partie). `Version électronique téléchargeable <http://inforef.be/swi/python.htm>`_.
|
|||
|
|
|||
|
* `Site officiel du langage Python <https://www.python.org/>`_.
|
|||
|
|
|||
|
* `Documentation officielle de la version 3.5 de Python <https://docs.python.org/3.5/>`_.
|
|||
|
|
|||
|
* `Site officiel de Thonny <http://www.thonny.org/>`_.
|