algo et data science
This commit is contained in:
61
algo/algofundoc/_build/html/_sources/programmation.txt
Normal file
61
algo/algofundoc/_build/html/_sources/programmation.txt
Normal file
@ -0,0 +1,61 @@
|
||||
==============================
|
||||
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/>`_.
|
Reference in New Issue
Block a user