Mini cours python. Aldil :06/02/25

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

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.