Mini cours python. Aldil :06/02/25

Thierry Dumont 51a0660535 +README.ms , petites modifs 6 months ago
PresSource 148c404175 ok 6 months ago
.gitignore 49d36013e5 gitignore 6 months ago
Presentation.pdf fc6a9adf82 +Pres 6 months ago
README.md 51a0660535 +README.ms , petites modifs 6 months ago
analysetext.py b6af39e10a fichiers python 6 months ago
bub.py b6af39e10a fichiers python 6 months ago
bub1.py b6af39e10a fichiers python 6 months ago
bubsortdoctest.py b6af39e10a fichiers python 6 months ago
factDoctest.py b6af39e10a fichiers python 6 months ago
ffact.py 51a0660535 +README.ms , petites modifs 6 months ago
mmin1.py b6af39e10a fichiers python 6 months ago
testturing.py b6af39e10a fichiers python 6 months ago
typed.py b6af39e10a fichiers python 6 months ago

README.md

  • mmin1.py : minimum d'une liste.
  • typed.py : typage.

  • bub.py : trier par la méthodes des bulles

  • bub1.py : trier par la méthodes des bulles, 2ieme version

  • bubsortdoctest.py : le même avec doctests

  • ffact.py : plusieurs méthodes pour calcule n!

  • factDoctest.py : n! avec doctest

  • analysetext.py : manipulation simple de chainnes decaractères

  • testturing.py : le théorème de Turing en quelques lignes.